Message175748
> as far as I know virtualenv does not create links for local/bin and friends either.
AFAIK it never used to, but it seems to do so since 1.6.3, in an attempt to fix a problem with the "posix_local" install scheme. I just tested with virtualenv 1.6.4, and when I create a venv in /tmp/venv, it creates a symbolic link /tmp/venv/local which points back to /tmp/venv. This behaviour causes problems with e.g. PyCharm, which shows ever-nesting directories ("turtles all the way down"), has led to later versions of virtualenv creating an actual directory and symlinking the venv's contents to entries in it.
The question is: is this still necessary? Why exactly does "posix_local" need this, and does it need it for Python 3.3, 3.4 etc? Adding Carl to nosy, hoping he can shed some light on this. |
|
Date |
User |
Action |
Args |
2012-11-17 14:59:34 | vinay.sajip | set | recipients:
+ vinay.sajip, ned.deily, carljm, eric.araujo, asvetlov, Marco.Amadori |
2012-11-17 14:59:33 | vinay.sajip | set | messageid: <1353164373.98.0.90693231859.issue16480@psf.upfronthosting.co.za> |
2012-11-17 14:59:33 | vinay.sajip | link | issue16480 messages |
2012-11-17 14:59:33 | vinay.sajip | create | |
|