pip install xyz
calls Python2.7 pip.
So, I try: python2.6 -m pip install xyz
and get: /usr/bin/python2.6: No module named pip
How do I install pip for my Python 2.6 so I can use the above command?
It's not installed, I tried pip2.6, and all the other recommended names on here.