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

前端 未结 8 1384
南笙
南笙 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:28

    I had a similar problem running SciPy on my computer. There are two ways to fix this problem: 1. Yes you do need to cd into your python directory. 2. Sometimes you have to tell the computer explicitly what path to go through, you have to find the program you're using, open up the properties, and reroute the path it takes to run. 3. consult the manual: http://matplotlib.org/users/installing.html or http://www.scipy.org/install.html

    the Scipy package is very finicky, and needs things spelled out in obnoxious detail.

提交回复
热议问题