How to Install python 3.9.5/Latest version in RHEL 8.2

preview_player
Показать описание
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

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/

# cd Python-3.9.5/

# ./configure --enable-optimizations

# make altinstall

# sudo pip3.9 install --upgrade pip

Connect Me on LinkedIn :

Created By:
Chandan Rao :

​#Python​​​​​​​​​​​​​3#RHEL8#Linux
Рекомендации по теме
Комментарии
Автор

Thanks man . just followed the instructions as per video and installed python 3.10.7

kanishkar
Автор

Yum update not working for me ....


showing subscription manager ... error

pandeyumesh
Автор

100% working.. I dont have Linux basic knowledge.. still just by blindly following instructions as per video, installed python 3.10 in RHEL 8.4.. thank you very much for your valuable time for creating video....

manjunathapn
Автор

Hey, thanks for the video! Why do you not load the newer python version e.g. via "yum install python39"?

franzferdinand