搭建python本地源

1.安装pip工具

[root@tongc-yum162 ~]# wget https://files.pythonhosted.org/packages/d3/3e/1d74cdcb393b68ab9ee18d78c11ae6df8447099f55fe86ee842f9c5b166c/setuptools-40.0.0.zip

[root@tongc-yum162 ~]# cd setuptools-40.0.0

[root@tongc-yum162 setuptools-40.0.0]# python setup.py  install

[root@tongc-yum162 ~]# wget https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz

[root@tongc-yum162 ~]# tar xvf pip-10.0.1.tar.gz

[root@tongc-yum162 ~]# cd pip-10.0.1

[root@tongc-yum162 pip-10.0.1]# python setup.py  install


2.pip源配置

[root@tongc-yum162 pip-10.0.1]# mkdir -p /var/www/html/python

[root@tongc-yum162 pip-10.0.1]# pip install pip2pi


3.配置网络源(下载网上的python模块)

[root@tongc-yum162 ~]# vim ~/.pip/pip.conf

[global]

index-url = http://pypi.douban.com/simple/

[install]

trusted-host = pypi.douban.com

[root@tongc-yum162 ~]#


4.下载单个模块

[root@tongc-yum162 ~]# pip2tgz /var/www/html/python hdfs


5.模块批量同步

[root@tongc-yum162 ~]# pip2tgz /var/www/html/python -r 1.txt


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值