I was reinstalling python, and trying to install pip when I got the following error:
python install pip
python: can't open file 'install': [Errno 2] No such file or directory
I was reinstalling python, and trying to install pip when I got the following error:
python install pip
python: can't open file 'install': [Errno 2] No such file or directory
I don't think this is how you install pip. If you don't have it already, you should use the get-pip.py
script documented here