python 扩展包安装工具 pip

   今天才知道这个工具  很好用啊

 pip install Scrapy


4 down vote

Install distribute as per the instructions at http://pypi.python.org/pypi/distribute . Make sure you specify the full path to the python executable (/usr/local/share/python/pythonor smth in your case).

$ curl -O http://python-distribute.org/distribute_setup.py
$ /usr/local/share/python/python distribute_setup.py

Then you should have/usr/local/share/python/easy_install.

After that, run:

$ /usr/local/share/python/easy_install pip

Then you should have/usr/local/share/python/pip.

你可能感兴趣的:(python 扩展包安装工具 pip)