centos7安装python3.5并配置pyqt开发环境

ifconfig -a  查看网卡

ifup 网卡名称   启动网卡   

centos7 默认python2.7.5

升级python :
http://www.cnblogs.com/wenchengxiaopenyou/p/5709218.html  (采用此种方式,使用python3,pip3。核心是创建软连接)
http://www.cnblogs.com/lclq/archive/2016/06/27/5620196.html

配置pyqt5:http://www.jianshu.com/p/abf910e78771


由于虚拟机中centos7默认网卡未启动,无法联网,但yum wget需要联网,故使用ifup命令,启动网卡,连接网络。

你可能感兴趣的:(Python)