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
Context: Archlinux
Action: Install python2-pip: sudo pacman -S python2-pip
sudo pacman -S python2-pip
You now have pip2.7: sudo pip2.7 install boto
sudo pip2.7 install boto
Test (in my case I needed 'boto'): Run the following commands:
python2 import boto
Success: No error.
Exit: Ctrl+D