[New-bugs-announce] [issue43218] after venv activation "which python3" and sys.path both give base installation instead of venv
Neel Gore
report at bugs.python.org
Sat Feb 13 23:36:16 EST 2021
New submission from Neel Gore <neeltennis at gmail.com>:
Fresh python 3.9.1 installation on macOS, shell is zsh
activated a venv with "python3 -m venv .venv"
activated with "source .venv/bin./activate"
"which python3" and "which pip3" both show my base installation
----------
components: macOS
files: Screen Shot 2021-02-13 at 8.31.20 PM.png
messages: 386931
nosy: ned.deily, neeltennis, ronaldoussoren
priority: normal
severity: normal
status: open
title: after venv activation "which python3" and sys.path both give base installation instead of venv
type: behavior
versions: Python 3.9
Added file: https://bugs.python.org/file49807/Screen Shot 2021-02-13 at 8.31.20 PM.png
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43218>
_______________________________________
More information about the New-bugs-announce
mailing list