Vinay Sajip added the comment:

What does pip do under Windows? The symlink feature doesn't work on all Windows 
versions and is not quite the same as on POSIX.

What is it that actually requires lib64? As venvs are specific to a single 
interpreter, it seems like it is inherently not a good idea to add site-package 
links to venvs in other venvs willy-nilly, though of course it would work in 
homogeneous scenarios.

Do we know *why* virtualenv added a lib64 symlink? What (apart from possibly 
pip) fails if it doesn't do this? Does distutils require it?

----------

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

Reply via email to