linux安装pip2.7

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux安装pip2.7相关的知识,希望对你有一定的参考价值。

安装pip2.7必须先安装先python2.7。如果用python2.6安装的pip,则pip版本就是pip2.6。

前面文章已经介绍了python2.7的安装方法,这里不再介绍。


pip2.7的安装


1、安装setuptools

下载地址:https://pypi.python.org/pypi?%3Aaction=search&term=setuptools&submit=search

安装:

tar zxf setuptools-19.6.2.tar.gz
cd setuptools-19.6.2
python2.7 setup.py install



2、安装pip

下载地址:https://pypi.python.org/pypi/pip/

安装:

tar zxf pip-8.1.0.tar.gz 
cd pip-8.1.0
python2.7 setup.py install


3、创建软连接

ln -s /usr/local/python27/bin/pip2.7 /usr/bin/pip2.7

注意:pip2.7安装完成后,生成的执行文件在python2.7的bin目录下

[[email protected] bin]# ll
total 6184
-rwxr-xr-x 1 root root     110 Jan  9 10:31 2to3
-rwxr-xr-x 1 root root     326 Jan  9 10:59 easy_install
-rwxr-xr-x 1 root root     334 Jan  9 10:59 easy_install-2.7
-rwxr-xr-x 1 root root     108 Jan  9 10:31 idle
-rwxr-xr-x 1 root root     284 Jan  9 11:00 pip
-rwxr-xr-x 1 root root     286 Jan  9 11:00 pip2
-rwxr-xr-x 1 root root     290 Jan  9 11:00 pip2.7
-rwxr-xr-x 1 root root      93 Jan  9 10:31 pydoc
lrwxrwxrwx 1 root root       7 Jan  9 10:31 python -> python2
lrwxrwxrwx 1 root root       9 Jan  9 10:31 python2 -> python2.7
-rwxr-xr-x 1 root root 6271362 Jan  9 10:31 python2.7
-rwxr-xr-x 1 root root    1696 Jan  9 10:31 python2.7-config
lrwxrwxrwx 1 root root      16 Jan  9 10:31 python2-config -> python2.7-config
lrwxrwxrwx 1 root root      14 Jan  9 10:31 python-config -> python2-config
-rwxr-xr-x 1 root root   18556 Jan  9 10:31 smtpd.py
[[email protected] bin]# pip2.7 
Usage:   
  pip <command> [options]
Commands:
  install                     Install packages.
  download                    Download packages.
  uninstall                   Uninstall packages.
  freeze                      Output installed packages in requirements format.
  list                        List installed packages.
  show                        Show information about installed packages.
  search                      Search PyPI for packages.
  wheel                       Build wheels from your requirements.
  hash                        Compute hashes of package archives.
  completion                  A helper command used for command completion
  help                        Show help for commands.


本文出自 “zengestudy” 博客,转载请与作者联系!

以上是关于linux安装pip2.7的主要内容,如果未能解决你的问题,请参考以下文章

centos6.3安装python2.7, pip2.7, mysql

2pip2.7安装Ansible

django+nginx+uwsgi部署web站点

如何在windows下使用pip安装

SciPy 无法通过 pip 安装

x86上安装diskimage-builder