|
|
|
|
|
by closed
2867 days ago
|
|
AFAIK you usually have pip (system default python), pip2 (corresponds to python2), and pip3 (corresponds to python3). Like others have mentioned, a few distributions have python 3 as the default python. In later versions you can invoke pip using python -m pip install ..., which makes it more clear which python is being used. |
|