|
|
|
|
|
by xyrouter
2867 days ago
|
|
> On some Python 3 distributions, you may need to replace pip with pip3 in the command above. Are there any distributions where the command pip just works with Python 3? In every Python 3 installation I have used, I had to invoke it as pip3. So it seems to me that pip3 is the commonly used command and one may need to replace pip3 with pip only on some distributions. |
|
In later versions you can invoke pip using python -m pip install ..., which makes it more clear which python is being used.