码迷,mamicode.com
首页 > 编程语言 > 详细

linux中python2.6升级2.7

时间:2018-01-14 15:56:28      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:linu   pytho   ln -s   org   follow   ice   4.4   cal   copyright   

查看版本
[root@localhost Python-2.7.8]# python
Python 2.6.6 (r266:84292, Aug 18 2016, 14:53:48) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-17)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

mv /usr/bin/python /usr/bin/python_old

ln -s /usr/local/python27/bin/python /usr/bin/

检查

[root@localhost Python-2.7.8]# python
Python 2.7.8 (default, Jan  3 2018, 20:47:59) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-18)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

linux中python2.6升级2.7

标签:linu   pytho   ln -s   org   follow   ice   4.4   cal   copyright   

原文地址:http://blog.51cto.com/357712148/2060759

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!