In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces "how to update the python version in Linux". In the daily operation, I believe that many people have doubts about how to update the python version in Linux. The editor consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the questions of "how to update the python version in Linux". Next, please follow the editor to study!
1. Install the compilation environment package (to prevent installation errors) yum install gcc-c++ gcc make cmake zlib-devel bzip2-devel openssl-devel ncurse-devel-y yum install libffi-devel-y2. Download Python3.7 source code package online # enter tmp directory cd / tmp # download python3.7.0
3. Extract and configure # extract tar Jxvf Python-3.7.0.tar.xz # enter python3.7.0 directory cd Python-3.7.0 # create directory mkdir-p / usr/local/python3 # configuration (specify installation directory). / configure-prefix=/usr/local/python3-enable-optimizations
4. Compile and install make & & make install5. Replace the system default Python version 1). Back up the old version of the original system python
Mv / usr/bin/python / usr/bin/python.bak2). Create a soft link for a new version of Python3.7
Ln-s / usr/local/python3/bin/python3.7 / usr/bin/python3). View Python version
Python-V6. Modify yum function because the function of yum depends on Pyhon2, now changing the default Python version will cause yum not to work properly, so make the following fixes
Vim / usr/bin/yum change / usr/bin/python to / usr/bin/python2.7
Vim / usr/bin/yum-config-manager (you can skip this step if centos cannot find it) change / usr/bin/python to / usr/bin/python2.7
Vim / usr/libexec/urlgrabber-ext-down change / usr/bin/python to / usr/bin/python2.7
Then re-execute the yum command
At this point, the study on "how to update the python version in Linux" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.