How to install Python 3.11 on Ubuntu 22.04 LTS

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

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.
Рекомендации по теме
Комментарии
Автор

Thank you!!! I don't understand why it's so complex to install python. The best thing they could do to promote the programming language is make it more accessible. Thank you sir!!!

BumbleBeeTF
Автор

very nice, i felt like i was being guided by an angel while doing this lol. that bg music got me haha

adfinemrising
Автор

Thanks for sharing. It really helped! I run it on ubuntu on a docker container. How do I install pip?

vbimjbb
Автор

Doesn't work

Unable to locate package python3.11
E: Couldn't find any package by glob 'python3.11

will_do
Автор

Hey dude, nice video!
but i need your help.. how to install pip and pycharm?

ashtonrodrigues
Автор

When I try to install python I get the message that the python3.11 package cannot be found. I don't know what to do. Please help. Thank you.

yev
Автор

I would not recommend setting it as a default version of your system. It may brake it

vladislavgrin
Автор

I have one doubt, after done this how to open python idle or otherwise do I only work python codes in terminal?

viperjaya
Автор

What is the backround sound. I mean full name

berkanturkoglu