[issue16480] pyvenv 3.3 fails to create symlinks for /local/{bin, lib} to /{bin, lib}

2012-11-15 Thread Marco Amadori
New submission from Marco Amadori: The solution to work around the bug is there: http://ipoveraviancarriers.blogspot.it/2012/11/python-33-and-pyvenv-hackish-solution.html But probably pyvenv should be patched in order to create symlinks. Thanks! -- components: None messages: 175626

[issue16480] pyvenv 3.3 fails to create symlinks for /local/{bin, lib} to /{bin, lib}

2012-11-18 Thread Marco Amadori
Marco Amadori added the comment: > 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. I hope to see the light on that too. ;-) Me

[issue16480] pyvenv 3.3 fails to create symlinks for /local/{bin, lib} to /{bin, lib}

2012-11-21 Thread Marco Amadori
Marco Amadori added the comment: 2012/11/21 Carl Meyer > > Carl Meyer added the comment: > > Here is the bug filed against virtualenv that led to the addition of the > local/ directory: https://github.com/pypa/virtualenv/issues/118 > > As Vinay pointed out, the original f

[issue16480] pyvenv 3.3 fails to create symlinks for /local/{bin, lib} to /{bin, lib}

2012-11-21 Thread Marco Amadori
Marco Amadori added the comment: On Wednesday 21 November 2012 21:32:57 Carl Meyer wrote: > Carl Meyer added the comment: > > What OS are you on, Marco? Linux. Debian GNU/Linux amd64 sid/experimental. > It looks to me like pyvenv probably does need the same hack as virtualenv >