centos7下安装pip
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
由于之前已经安装pip,为防止产生未知的错误,因此最好重新安装pip
(1)卸载pip的依赖项
# yum remove python-devel python-nose python-setuptools
(2)将(1)中的包重新安装
(3)按照之前的流程分别安装numpy,scipy,theano
# easy_install pip
1、首先检查linux有没有安装python-pip包,直接执行 yum install python-pip
2、没有python-pip包就执行命令 yum -y install epel-release
(3)、执行成功之后,再次执行yum install python-pip
(4)、对安装好的pip进行升级 pip install --upgrade pip
至此,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 年前
更多推荐
已为社区贡献2条内容
所有评论(0)