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
You can go to for example C:\Python2.7\Scripts and then run cmd from that path. After that you can run pip2.7 install yourpackage...
That will install package for that version of Python.