Neel Gore <neelten...@gmail.com> added the comment:
This is Python 3.9.1 from the normal python.org download. Before venv activation, "echo $PATH" gives: /Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public After activation, "ls -l .venv/bin" gives: total 88 -rw-rw-r-- 1 neelgore staff 8834 Feb 14 14:51 Activate.ps1 -rw-rw-r-- 1 neelgore staff 1942 Feb 14 14:51 activate -rw-rw-r-- 1 neelgore staff 891 Feb 14 14:51 activate.csh -rw-rw-r-- 1 neelgore staff 2031 Feb 14 14:51 activate.fish -rwxr-xr-x 1 neelgore staff 327 Feb 14 14:51 easy_install -rwxr-xr-x 1 neelgore staff 327 Feb 14 14:51 easy_install-3.9 -rwxr-xr-x 1 neelgore staff 318 Feb 14 14:51 pip -rwxr-xr-x 1 neelgore staff 318 Feb 14 14:51 pip3 -rwxr-xr-x 1 neelgore staff 318 Feb 14 14:51 pip3.9 lrwxr-xr-x 1 neelgore staff 7 Feb 14 14:51 python -> python3 lrwxr-xr-x 1 neelgore staff 61 Feb 14 14:51 python3 -> /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 lrwxr-xr-x 1 neelgore staff 7 Feb 14 14:51 python3.9 -> python3 and "echo $PATH" gives: /Users/neelgore/Documents/UC Irvine/Y1/Q2/ICS 32/Project 4:5/.venv/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public ---------- _______________________________________ 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