I\'m using Anaconda on Windows x64. I\'m trying to install some library using pip. However, the the command line isn\'t recognizing pip or any other scripts. The folder that
Try typing
python -m pip install --upgrade pip
in CMD
It worked for me.