This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, vinay.sajip
Date 2012-07-07.15:38:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341675510.24.0.416671411372.issue15281@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-07-07 15:38:30pitrousetrecipients: + pitrou, vinay.sajip
2012-07-07 15:38:30pitrousetmessageid: <1341675510.24.0.416671411372.issue15281@psf.upfronthosting.co.za>
2012-07-07 15:38:29pitroulinkissue15281 messages
2012-07-07 15:38:29pitroucreate