我在Cygwin上度过了一段可怕的时光,我刚刚在Windows 7计算机上安装了Cygwin.我写的是希望那里的任何人都能告诉我在正确安装这些软件包方面我做错了什么.
首先,我按照本网站上的说明操作:
http://www.pip-installer.org/en/latest/installing.html
在pip安装之前安装了setuptools.我按照步骤运行了这个命令:
Ryan@Albert ~
$ python get-pip.py
Run Code Online (Sandbox Code Playgroud)
得到了这个输出:
Downloading/unpacking pip
Downloading pip-1.5.tar.gz (898kB): 898kB downloaded
Running setup.py egg_info for package pip
warning: no files found matching 'pip/cacert.pem'
warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.rst' found under direct
no previously-included directories found matching 'docs/_build/_sources'
Installing collected packages: pip
Running setup.py install for pip
warning: no files found matching 'pip/cacert.pem'
warning: no files found matching '*.html' under directory 'docs'
warning: no …Run Code Online (Sandbox Code Playgroud)