Eric V. Smith <e...@trueblade.com> added the comment:

Please do not post screen captures. It makes it difficult for users with 
accessibility software and it makes it hard for people trying to help you to 
copy and paste exactly what you've tried.

I'm unable to duplicate your problem.

[~]$ ps
  PID TTY           TIME CMD
27521 ttys000    0:00.07 -zsh
[~]$ which python3
/Library/Frameworks/Python.framework/Versions/3.9/bin/python3
[~]$ python3 -m venv .venv
[~]$ source .venv/bin/activate
(.venv) [~]$ which python3
/Users/ericsmith/.venv/bin/python3

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to