When you touch Python on Mac or Linux, there are many mixed versions, which is quite a problem. A command to find out where the Python or pip you are touching is in
terminal
which python
which python3
which python2
Check with
Output result
output
/usr/local/bin/python
terminal other way
type python
where python
But I was able to go. Thank you for your comment, @shiracamus!
terminal
pip -V
pip3 -V
Check with
Output result
output
pip 20.2.3 from /home/myName/.linuxbrew/opt/[email protected]/lib/python3.8/site-packages/pip (python 3.8)
I've never had a problem with Windows.
Recommended Posts