Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to upgrade python2.7 to python2.7.13 in centos

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to upgrade python2.7 to python2.7.13 in centos, which has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, let the editor take you to understand it.

System version centos 7.2

Download Python-2.7.13.tgz package from 1.python official website

2.tar-xf Python-2.7.13.tgz

3.cd Python-2.7.13/

4.mkdir / usr/local/python-2.7.13

5./configure-prefix=/usr/local/python-2.7.13

6.make & & make install

7.mv / usr/bin/python / usr/bin/python2.7

8.ln-s / usr/local/python-2.7.13/bin/python2.7 / usr/bin/python

9.ln-s / usr/local/python-2.7.13/bin/python2.7 / usr/bin/python2.7

10.vim / usr/bin/yum modifies #! / usr/bin/python to #! / usr/bin/python2.7, otherwise an error will be reported

11. Download pip-9.0.1.tar.gz and setuptools-36.2.4.zip

Install pip and ipython

12.ln-s / usr/local/python-2.7.13/bin/ipython / usr/bin/ipython

Ok ipython completed

Thank you for reading this article carefully. I hope the article "how to upgrade python2.7 to python2.7.13 in centos" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support and follow the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report