New submission from Antoine Pitrou <pit...@free.fr>:

It seems that, regardless of whether I specify --symlinks or not, pyvenv always 
creates symlinks:

$ pyvenv-3.3 env 
$ tree env/
env/
|-- bin
|   |-- activate
|   |-- pydoc
|   |-- pysetup3
|   |-- python -> python3.3
|   |-- python3 -> python3.3
|   `-- python3.3 -> /home/antoine/opt/bin/python3.3
|-- include
|-- lib
|   `-- python3.3
|       `-- site-packages
`-- pyvenv.cfg

5 directories, 7 files

----------
components: +Library (Lib)
nosy: +vinay.sajip
type:  -> behavior
versions: +Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15281>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to