How to install Python 3.11 on Ubuntu 22.04 LTS

In this video i will show you how to install Python on Ubuntu 22.04.

Get the training and certification you need! Linux Foundation, IT training
https://tinyurl.com/3pwv3czu

Some of the Commands;
1. sudo add-apt-repository ppa:deadsnakes/ppa
2. sudo update-alternatives –install /usr/bin/python python /usr/bin/python3.11 1
3. sudo apt install python3.11-dev python3.11-venv python3.11-distutils python3.11-gdbm python3.11-tk python3.11-lib2to3

“Disclosure: Some of the links in this video description may be affiliate links, which means I earn a commission if you make a purchase through the link. This comes at no additional cost to you and helps support this channel.

Source: https://www.youtube.com/watch?v=w7v4CZt1po8

Leave a Reply

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