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
I worked for me if I start cmd and do cd C:\Users\ComputerName\Python27\Scripts
Then I typed in 'pip install "library"' and it worked!
If you don't know how to access cmd just press Win+R and type in cmd!