linux软件管理之python包管理

 

Python包管理


====================================================================================
python ------ rpm
pip ------ yum

安装setuptools


[root@localhost ~]# yum -y install git
[root@localhost ~]# git clone https://github.com/pypa/setuptools.git
[root@localhost ~]# cd setuptools
[root@localhost ~]# python setup.py install


实时解析nginx 访问日志ngxtop


1. 源码安装
[root@localhost ~]# wget https://github.com/lebinh/ngxtop/archive/master.zip -O ngxtop-master.zip
[root@localhost ~]# unzip ngxtop-master.zip
[root@localhost ~]# cd ngxtop-master
[root@localhost ~]# python setup.py install

2. nginx 基本示例
[root@localhost ~]# ngxtop -c /usr/local/nginx/conf/nginx.conf //实时状态
[root@localhost ~]# ngxtop -c /usr/local/nginx/conf/nginx.conf top remote_addr //top 10


安装pip软件包


[root@localhost ~]# wget "https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz#md5=834b2904f92d46aaa333267fb1c922bb" --no-check-certificate
[root@localhost ~]# tar -xzvf pip-1.5.4.tar.gz
[root@localhost ~]# cd pip-1.5.4
[root@localhost ~]# python setup.py install


使用pip安装软件包


1. 安装软件包
[root@localhost ~]# pip install SomePackage

2. 检查哪些包需要更新
[root@localhost ~]# pip list --outdated

3. 升级软件包
[root@localhost ~]# pip install --upgrade SomePackage

4. 卸载软件包
[root@localhost ~]# pip uninstall SomePackage

pip 安装redis 实战案例


[root@localhost ~]# pip install redis





转载于:https://www.cnblogs.com/anttech/p/10612378.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值