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
python get-pip.pyinstall command that you need. on windows its just py get-pip.py
get-pip.pyfrom here, open a command prompt in the directory where you downloaded the file to, and runpython get-pip.py.python get-pip.py. There's no install flag.