I'm trying to insall a Python library using pip and seemingkly can't get by first base.
I tried:
- Make sure pip is installed:
python -m ensurepip --default-pip
MESSAGE: requirement already satisfied
- Check it's up to date:
python -m pip install --upgrade pip setuptools wheel
MESSAGE: .... successfuly installed stup tools 40.6.2
- Check it works:
pip --version
ERROR MESSAGE: 'pip' is not recognized as an internal or external command, operable program, or batch file
Is this a Path issue?
\lib\site packages\pip --version
MESSAGE: 'pip' is not recognized as an internal or external command, operable program, or batch file
What am I doing wrong?