Is there any way to make pip play well with multiple versions of Python? For example, I want to use pip to explicitly install things to either my s
pip
It worked for me in windows this way:
I changed the name of python files python.py and pythonw.exe to python3.py pythonw3.py
Then I just ran this command in the prompt:
python3 -m pip install package