Your cart is currently empty!
How to Install the Latest Python Version on Debian/Ubuntu Linux
Let us now go through the steps to install the latest version of Python on Linux. We will be installing Python on the Debian/Ubuntu distribution of Linux.
Note:
Change the WGET to the latest version of python(3.12.0)
Commands:
sudo apt update
cd Python-3.10.2/
tar -xf Python-3.10.2.tar.xz
./configure
sudo make install
python3 –version
Chapters:
0:00 Intro
0:23 Installing development packages
1:03 Download & extract the latest version of python
1:33 Configuring the script
1:59 Starting the build process
3:20 Verifying the installation
3:36 End screen
What you will learn:
1. Installing Development Packages
a. How to install the development packages
b. How to get the updated information related to the updated version of packages and dependencies
c. How to install the development packages necessary to build Python
2. Downloading and Extracting the Latest Version of Python
a. How to download the XZ compressed source tarball
3. Configuring the script a. How to execute the configure script
4. Starting the build process
5. Verifying the installation
a. How to verify the successful installation of Python on your system
6. How to install the latest python version on Linux
Song: Roa – Holiday
Music provided by Vlog No Copyright Music.
Creative Commons – Attribution 3.0 Unported
Video Link: https://youtu.be/mjhu_rROj-k
#computereverywhere #howto #installpython #linux
Leave a Reply