Lorsque vous touchez Python sur Mac ou Linux, il existe de nombreuses versions mixtes, ce qui pose un problème. Une commande pour savoir où se trouve le Python ou le pip que vous touchez
terminal
which python
which python3
which python2
Vérifier avec
Résultat de sortie
output
/usr/local/bin/python
terminal autrement
type python
where python
Mais j'ai pu y aller. Merci pour votre commentaire, @shiracamus!
terminal
pip -V
pip3 -V
Vérifier avec
Résultat de sortie
output
pip 20.2.3 from /home/myName/.linuxbrew/opt/[email protected]/lib/python3.8/site-packages/pip (python 3.8)
Je n'ai aucun problème avec Windows.
Recommended Posts