Linux serverNETWORK ADMINISTRATIONS

How to Install python 3.9.5/Latest version in RHEL 8.2



Hi Friends, In this video, I have shown you How to install python 3.9.5/Latest in RHEL 8.2.

Don’t forget to Subscribe
https://www.youtube.com/channel/UCF-R…

Commands:

# yum install -y libffi-devel zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel xz-devel expat-devel

# yum groupinstall -y “development tools”

# cd /usr/src/

# wget wget https://www.python.org/ftp/python/3.9.5/Python-3.9.5.tgz

# tar -xf Python-3.9.5.tgz

# cd Python-3.9.5/

# ./configure –enable-optimizations

# make altinstall

# sudo pip3.9 install –upgrade pip

Connect Me on LinkedIn :
https://www.linkedin.com/in/chandan-r…

Created By:
Chandan Rao :
My Website:- https://www.linuxfork.com/​​​​​​​​​​​…
Facebook: https://www.facebook.com/linuxfork​​​…

​#Python​​​​​​​​​​​​​3#RHEL8#Linux

source
centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *