首頁 >php教程 >php手册 >Python pip 安装

Python pip 安装

WBOY
WBOY原創
2016-06-06 20:00:341741瀏覽

发现Python下有工具,包括easy_install和Pip。不过,我没有细看easy_install的方法,这就简单的介绍一下Pip的安装与使用: 准备: $ curl -O http://python-distribute.org/distribute_setup.py$ python distribute_setup.py 安装: $ curl -O https://raw.g

发现Python下有工具,包括easy_install和Pip。不过,我没有细看easy_install的方法,这就简单的介绍一下Pip的安装与使用:

准备:

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

安装:

$ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ python get-pip.py

使用方法:

$ pip install SomePackage
$ pip search "query"
$ pip install--upgradeSomePackage

$ pip install --upgrade SomePackage==version


补充:

包安装后的py文件路径:/usr/local/lib/python2.7/dist-packages


=================== 请关注 ==========================

                                       Python pip 安装

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn