[issue43218] after venv activation "which python3" and sys.path both give base installation instead of venv

Eric V. Smith report at bugs.python.org
Sun Feb 14 17:43:10 EST 2021


Eric V. Smith <eric at trueblade.com> added the comment:

Where did you install Python from?

Before you've activated the virtual env, please run "echo $PATH".

After you've activated the virtual env, can you run "ls -l .venv/bin" and "echo $PATH"?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43218>
_______________________________________


More information about the Python-bugs-list mailing list