MENU

Fun & Interesting

Install Python 3.11 in Ubuntu 22.04 Desktop

babarehner 14,921 2 years ago
Video Not Working? Fix It Now

Goes into detail on how to install Python 3.11 into an Ubuntu 22.04 desktop. Uses the deadsnakes personal package archive for the python install. Digresses into issues you may run into when updating Ubuntu currently. Install additional Python 3.11 support packages. Checks the runtime dependencies of the Ubuntu's default 'python3' or Python3.10. Configures Python 3.11 as the default 'python' but keeps Python 3.10 as the system python/python3 in Ubuntu. Command to install additional support packages: "sudo apt install python3.11-dev python3.11-venv python3.11-distutils python3.11-gdbm python3.11-tk python3.11-lib2to3 -y" 00:00 Introduction 01:06 Update Ubuntu 03:35 Install Python 3.11 05:52 Install Support Packages (sudo apt install python3.11-dev python3.11-venv python3.11-distutils python3.11-gdbm python3.11-tk python3.11-lib2to3 -y) 07:19 Check runtime dependencies of Python 3.10 09:14 Configure Python 3.11 as default 'python' Additional Info: How to Install Python 3.11 in Ubuntu and Other Related Linux- https://www.debugpoint.com/install-python-3-11-ubuntu/ How to install Python 3.11 on Ubuntu 22.04 LTS (Jammy)-  https://www.the-analytics.club/python-3-11-ubuntu How to Install Python 3.11 on Ubuntu 22.04- https://bytexd.com/how-to-install-python-on-ubuntu/

Comment