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

The method of installing python3.7 in CentOS6.5

2025-03-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to install python3.7 in CentOS6.5". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "how to install python3.7 in CentOS6.5".

1. Download python3

Wget https://www.python.org/ftp/python/3.7.0/python-3.7.0.tgz

2. Decompression

[root@mycentos ~] # tar-xzvf python-3.7.0.tgz

Create a compilation directory first:

[root@mycentos ~] # mkdir / usr/local/python3

The python3.7 version requires a new package libffi-devel, which can be compiled and installed again after installing the package.

[root@mycentos ~] # yum install-y libffi-devel

Then compile and install:

[root@mycentos] # cd python-3.7.0 [root@mycentos ~] #. / configure-- prefix=/usr/local/python3 [root@mycentos ~] # make [root@mycentos ~] # make install

Establish a soft link:

[root@mycentos] # ln-s / usr/local/python3/bin/python3 / usr/bin/python3

View the version:

[root@mycentos ~] # python3-vpython 3.7.0 so far, I believe you have a deeper understanding of "how to install python3.7 in CentOS6.5". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue 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: 266

*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