

SV$ $PATH -bash: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware: No such file or directory SV$ which python /usr/bin/python SV$ which python2 /usr/bin/python2 SV$ which python3 /usr/bin/python3 SV$ which pip /usr/local/bin/pip SV$ which pip2 / SV$ which pip3 /usr/bin/pip3 SV$ pip2 -V -bash: pip2: command not found SV$ pip3 -V pip 19.0.3 from /Applications/Xcode.app/Contents/Developer/Library/Frameworks/amework/Versions/3.7/lib/python3.7/site-packages/pip (python 3.7) SV$ pip -V -bash: /usr/local/bin/pip: /usr/local/opt/python/bin/python3.7: bad interpreter: No such file or directory Is virtualenv still the best way to manage the different versions?Īdditional information about my installs: I have Python 2.7.16 that came with my 2014 Macbook Pro (11.6.4 - Big Sur) and installed Python 3.7.3 before learning about sandboxing them into virtual environments.Ĭan someone please help me clean up the v.3 install and possibly remove it along with any global modules I've installed?
