pip is not recognized in Anaconda Prompt

后端 未结 7 1300
刺人心
刺人心 2020-12-19 07:44

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

7条回答
  •  半阙折子戏
    2020-12-19 08:45

    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!

    Hope it helped!

提交回复
热议问题