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

Analysis of Centos8 installation Python3.8+pip instance

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

Today Xiaobian to share with you Centos8 installation Python3.8+pip instance analysis related knowledge points, detailed content, clear logic, I believe most people are still too familiar with this knowledge, so share this article for your reference, I hope you have some gains after reading this article, let's learn about it together.

code

yum -y install wgetyum -y install setup yum -y install perlyum install openssl-devel -yyum install zlib-devel -yyum -y groupinstall "development tools"yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-develyum install -y libffi-devel zlib1g-devyum install zlib* -yyum install libffi-devel -ywget https://www.python.org/ftp/python/3.8.1/python-3.8.1.tar.xztar -xvjf python-3.8.1.tar.xzmkdir /usr/local/python3 cd python-3.8.1./ configure --prefix=/usr/local/python3 --enable-optimizations --with-ssl make && make installln -s /usr/local/python3/bin/python3 /usr/local/bin/python3ln -s /usr/local/python3/bin/pip3 /usr/local/bin/pip3pip3 install --upgrade pip

Today, I looked at the Pagoda installer and found that you can quickly install Python 3.6 with the following line of command

yum install python3 python3-devel -y ln -sf /usr/bin/python3 /usr/bin/python

After installation, use the following command to upgrade pip and you can use it normally.

pip3 install --upgrade pip

The above is all the content of this article "Centos8 installation Python 3.8 +pip instance analysis", thank you for reading! I believe everyone has a great harvest after reading this article. Xiaobian will update different knowledge for everyone every day. If you want to learn more knowledge, please pay attention to 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