python 2.7: cannot pip on windows “bash: pip: command not found”

前端 未结 8 1404
南笙
南笙 2020-12-03 00:31

I am trying to install the SciPy stack located at https://scipy.org/stackspec.html [I am only allowed 2 links; trying to use them wisely]. I realize that there are much eas

8条回答
  •  不知归路
    2020-12-03 01:11

    I found this much simpler. Simply type this into the terminal:

    PATH=$PATH:C:\[pythondir]\scripts 
    

提交回复
热议问题