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
Probably nobody from developers looks here, but still: There is a problem with virtualenv, got
Got shutil.SameFileError: '/usr/bin/python3' and '/test/venv/bin/python3' are the same file
on python3 -m venv venv
And ImportError: cannot import name 'aliases' ERROR: The executable /test/venv/bin/python3 is not functioning ERROR: It thinks sys.prefix is '/test' (should be '/test/venv') ERROR: virtualenv is not compatible with this system or executable
on virtualenv --python=/usr/bin/python3 /test/venv
The text was updated successfully, but these errors were encountered:
Probably nobody from developers looks here, but still: There is a problem with virtualenv, got
Got
shutil.SameFileError: '/usr/bin/python3' and '/test/venv/bin/python3' are the same file
on
python3 -m venv venv
And
ImportError: cannot import name 'aliases' ERROR: The executable /test/venv/bin/python3 is not functioning ERROR: It thinks sys.prefix is '/test' (should be '/test/venv') ERROR: virtualenv is not compatible with this system or executable
on
virtualenv --python=/usr/bin/python3 /test/venv
The text was updated successfully, but these errors were encountered: