Python Scripting for Automation | How to install Pyhton3.x on Linux ?

preview_player
Показать описание
Complete Python scripting on Udemy:

Complete Bash Shell Scripting on Udemy:

AWS Automation with boto3 of Python and Lambda Functions

Step1: Check for wget if not then install using yum install wget
Step2: Download requried package using wget
Step4: yum install gcc openssl-devel bzip2-devel libffi-devel
Step4: Navigate to extracted file and then follow below steps
./configure
(./configure --enable-optimizations
./configure --prefix=/opt
The default installation location is: /usr/local/bin)
make
make altinstall (Generally we have to use make install but already if you have python then use altinstall)
Step5: Now verify installation by running
python3 --version
pip3 --version

Python Scripting
Python programming
Python Scripting Tutorials
Python Tutorials for Beginners
Python Scripting for Automation
Installing Python 3.x on Linux
Installing Python 3.x on RHEL Servers
How to install pip for Python3
How to install pip3 for python3
How to install pip for python3.x
How to install pip3 for python3.x
Рекомендации по теме
Комментарии
Автор

Thanks. Your videos are very informative. 👌👌👍😊

saddammd
Автор

Sir, your linux tutorials are the best, can you please do a series compiling source code and kernel as well?

rotrose
Автор

while executing sudo python --version... its showing old version.

harishkolanu
Автор

its not working with sudo... please help me

harishkolanu