CentOS 7升级Python3,然后安装Mycli

   日期:2020-10-20     浏览:118    评论:0    
核心提示:0.查看系统版本 cat /etc/redhat-releaseCentOS Linux release 7.8.2003 (Core)1.配置阿里pip仓库 mkdir ~/.pip/ cat > ~/.pip/pip.conf <<EOF [global] index-url = https://mirrors.aliyun.com/pypi/simple/ [install] trusted-host=mirrors.aliyun.com E

0.查看系统版本

	cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)

1.配置阿里pip仓库

	 mkdir ~/.pip/
	 cat > ~/.pip/pip.conf <<EOF
	 [global]
	 index-url = https://mirrors.aliyun.com/pypi/simple/
	 
	 [install]
	 trusted-host=mirrors.aliyun.com
	 EOF

2.升级python

	yum -y install libffi-devel zlib* python-devel openssl-devel
	tar -zxf Python-3.9.0.tgz
	cd Python-3.9.0/
	./configure --prefix=/usr/local/python --with-ssl
	make && make install 

3.创建链接,提升易用性

	ln -s /usr/local/python/bin/python3 /usr/bin/
 	sed -i '/^PATH/s#$#:/usr/local/python/bin#' ~/.bash_profile
 	source ~/.bash_profile
	echo $PATH

4.安装、启动mycli

	pip3 install mycli
	systemctl status mariadb
	mycli
	# 运行mycli报错的话可以改一下执行器
	# sed -i 's/python/python3/' /usr/bin/mycli
 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服