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

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

    If this is for Cygwin, it installs "pip" as "pip2". Just create a softlink to "pip2" in the same location where "pip2" is installed.

提交回复
热议问题