You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
site.getsitepackages() doesn't respect --system-site-packages being set on python2. System site-package paths are never included.
I came across this while working on #2105. In contrast to #2105 this is not specific to debian, which is why I am creating a separate issue for it.
Issue
site.getsitepackages() doesn't respect --system-site-packages being set on python2. System site-package paths are never included.
I came across this while working on #2105. In contrast to #2105 this is not specific to debian, which is why I am creating a separate issue for it.
Environment
Provide at least:
pip list
of the host python wherevirtualenv
is installed:Same as #2105
Output of the virtual environment creation
Make sure to run the creation with
-vvv --with-traceback
:Same as #2105
The text was updated successfully, but these errors were encountered: