This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients eric.smith, ned.deily, neeltennis, ronaldoussoren
Date 2021-02-14.16:20:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613319647.08.0.631446350846.issue43218@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-02-14 16:20:47eric.smithsetrecipients: + eric.smith, ronaldoussoren, ned.deily, neeltennis
2021-02-14 16:20:47eric.smithsetmessageid: <1613319647.08.0.631446350846.issue43218@roundup.psfhosted.org>
2021-02-14 16:20:47eric.smithlinkissue43218 messages
2021-02-14 16:20:46eric.smithcreate