Linux在線安裝pip和numpy

最近寫Python須要用到numpy包html

運行pip install numpy就會自動安裝python

1、所以須要先安裝pipbootstrap

一、若是安裝的是Python>=2.7.9或者Python>=3.4,那麼Python已經集成了pip,只是須要在線更新一下pipspa

  pip is already installed if you're using Python 2 >=2.7.9 or Python 3 >=3.4 binaries downloaded from python.org, but you'll need to upgrade pip.htm

  pip install -U pipip

二、若是不是以上版本Python,那就須要手動安裝了,個人是Python2.7.5get

  下載get-pip.py文件
博客

  wget https://bootstrap.pypa.io/get-pip.pypip

  安裝pip,運行下面的命令,程序先會自動下載與咱們Python版本對應的pip-xxx.whl文件,而後安裝
io

  python  get-pip.py

  運行pip命令會出現提示安裝成功

2、安裝numpy

  若是成功安裝好了pip,安裝numpy及其餘任何Python包都很是方便了

  運行pip install numpy

  pip會先自動下載與咱們Python版本對應的numpy-xxx.whl文件,而後安裝

ps:附一篇升級Python的博客

  www pythontab com/html/2014/pythonjichu_1203/932.html

相關文章
相關標籤/搜索