mac下安裝python pip、pyspider

來源:互聯網
上載者:User

標籤:

如果mac下沒有安裝wget,還需要安裝wget,見http://www.cnblogs.com/cocowool/archive/2012/06/24/2560574.html

使用 pip 安裝 Python 庫。pip 是 Python 的包管理工具,安裝後就可以直接在命令列一站式地安裝/管理各種庫了(pip 文檔)。

$ wget http://pypi.python.org/packages/source/p/pip/pip-0.7.2.tar.gz
$ tar xzf pip-0.7.2.tar.gz
$ cd pip-0.7.2
$ python setup.py install

然後安裝pyspider,出現如下的提示:

yemadeMacBook-Pro:pip-0.7.2 zhaoliang$ pip install pyspider-bash: pip: command not found

提示需要下載官方的command line,然後安裝command line的時候,又提示:

yemadeMacBook-Pro:pip-0.7.2 zhaoliang$ xcode-select --installxcode-select: error: command line tools are already installed, use "Software Update" to install updates

必須官方工具下載最新版 Command Line,  https://developer.apple.com/downloads/index.action?name=for%20Xcode%20

注意這裡需要對應好mac的版本號碼。安裝完畢之後再次執行pip install pyspider就不會有問題了。(注意這裡,如果網速不行會出現多次安裝不成功)。

運行

運行很簡單,只需要在命令列下輸入pyspider,完成之後訪問http://localhost:5000即可。

mac下安裝python pip、pyspider

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.