Linux下python安装pip
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
pip是一个安装和管理 Python 包的工具,用它我们可以方便的拉一些依赖的库下来
首先下载并安装setuptools
wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py
sudo python ez_setup.py --insecure
再到python https://pypi.python.org/pypi/pip官网下载pip安装包,解压到某个位置
然后执行(我这儿是9.0.1版本的):
tar -zxxf pip-9.0.1.tar.gz
[root@localhost software]# cd pip-9.0.1/
[root@localhost pip-9.0.1]# python setup.py install
然后就可以用pip命令了
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)