标签:-- targe color 安装 yum 工具 www style href
pip 是 Python 包管理工具,该工具提供了对Python 包的查找、下载、安装、卸载的功能。
目前如果你在 python.org 下载最新版本的安装包,则是已经自带了该工具。
Python 2.7.9 + 或 Python 3.4+ 以上版本都自带 pip 工具。
yum -y install python-pip
如果安装失败,则需先安装epel-release:
yum -y install epel-release yum -y install python-pip
pip install --upgrade pip
pip --version
pip --help
pip freeze or pip list
或 pip list
标签:-- targe color 安装 yum 工具 www style href
原文地址:https://www.cnblogs.com/BillyYoung/p/11088470.html