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 install python3.7 in CentOS6.5

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

Share

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

This article editor for you detailed introduction of "CentOS6.5 how to install python3.7", the content is detailed, the steps are clear, the details are handled properly, I hope this "CentOS6.5 how to install python3.7" article can help you solve your doubts, following the editor's ideas slowly in-depth, together to learn new knowledge.

1. Download python3

2. Decompression

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

First create a compilation directory: server

[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-V

Python 3.7.0

Read here, this "CentOS6.5 how to install python3.7" article has been introduced, want to master the knowledge of this article also need to practice and use to understand, if you want to know more about the article, welcome to follow the industry information channel.

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