[issue21197] venv does not create lib64 directory and appropriate symlinks

Vinay Sajip report at bugs.python.org
Fri Apr 11 12:08:35 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue21197>
_______________________________________


More information about the Python-bugs-list mailing list