# centos7
# 换成阿里云的yum源
yum -y install epel-release
yum repolist
yum -y install python36

测试

[root@localhost ~]# python3
Python 3.6. (default, Aug , ::)
[GCC 4.8. (Red Hat 4.8.-)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> exit() [root@localhost ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* epel: www.nic.funet.fi
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
repo id repo name status
base//x86_64 CentOS- - Base - mirrors.aliyun.com ,
epel/x86_64 Extra Packages for Enterprise Linux - x86_64 ,
extras//x86_64 CentOS- - Extras - mirrors.aliyun.com
updates//x86_64 CentOS- - Updates - mirrors.aliyun.com
repolist: ,
[root@localhost ~]#

最新文章

  1. 9个让人印象深刻的网站 JS 视觉效果
  2. img 是内联元素
  3. sbt assembly build.sbt content
  4. IIS7配置asp网站
  5. Python 100道题深入理解
  6. 升级OSX 10.9 Mavericks后,会导致Finder始终无响应的一个问题
  7. Java调用Oracle存储过程过程中几个问题
  8. 【移动开发】安卓Lab2(02)
  9. (组合数学3.1.2.1)POJ 2249 Binomial Showdown(排列组合公式的实现)
  10. windows8 8.1 安装完 ubuntu无法挂载 ntfs分区 解决方法
  11. 【MongoDB】The Access control of mongodb
  12. VMware vSphere 服务器虚拟化之二十 桌面虚拟化之准备虚拟桌面模版
  13. 刚由pc端做移动端的感受
  14. Java将网络地址对应的图片转成本地的图片
  15. Apollo配置中心源码分析
  16. webpack3.x版本实战案例【基础配置篇】(一)
  17. 通过java实现解压zip,rar的代码
  18. CF293B Distinct Paths 搜索
  19. ajax上传文件及进度显示
  20. ObservableData-另一种姿势的观察者模式

热门文章

  1. jsp 获取后端配置文件.properties的某个配置内容
  2. APP安全测试
  3. jQuery循环之each()
  4. 记vue nextTick用到的地方
  5. 石子合并问题--直线版 HRBUST - 1818
  6. 201671010426 孙锦喆 实验十四 团队项目评审&课程学习总结
  7. QT工程中添加资源(简单明了)
  8. http编程体系结构URL loading system
  9. The Secret Life of Types in Swift
  10. maven 查看依赖树结构命令mvn dependency:tree