Python3.5
-
Ubuntu16.04安装python3.5并设置为默认版本
综述:ubuntu16.04版本之后,系统会自带 python2.7版本,如果需要下载新版本的python3.5,需要进行更新安装 一、下载python3.5 首先在ubuntu的…
-
【已解决】ubuntu16.04和Python3.5里的大坑
因为一些历史原因,几个服务器的系统都一直是ubuntu16.04,ubuntu16.04的python3的默认版本是3.5。 而我这次配置python环境需要用到Pymysql 配…