I'm trying to install a package for python 2 using pip, however it defaults to installing for python 3. The script I need to run only works in python 2.7, which i do have installed alongside python 3. The pip-2.7 command does not exist, nor pip2. Is there a way besides that to directly install the package? (hexdump, btw if that helps).
python. So you cold runpython -m pip install xxxx.