Back to Browse

Install Python 3.10 In Ubuntu 20.04 Desktop

17.0K views
Mar 4, 2022
11:21

Demonstrates the install of Python 3.10 into Ubuntu 20.04 desktop using the deadsnakes ppa. Shows how to make Python 3.10 default in Ubuntu and how to fix the terminal use issue when Python 3.10 is the default. Making Python 3.10 default allows Ubuntu to use Python 3.8 internally while you can modify Python 3.10 as much as needed. Finally demonstrates writing "Hello World" using Python 3.10. 0:00 Outcomes and Requirements 1:42 Install Python 3.10 4:37 Set Default Python 6:43 Install Vim and Fix Terminal Use Issue 8:44 Write "Hello World" (includes make executable for Linux) To see how to install Python 3.11 In Ubuntu 22.04 see https://youtu.be/9QftEX6yZP4 Additional Info: deadsnakes github page- https://github.com/deadsnakes Add and Remove a PPA Repository on Ubuntu20.04 LTS- https://www.techiediaries.com/ubuntu/add-remove-ppa-ubuntu-20-04/ What’s New in Python 3.10 https://docs.python.org/3/whatsnew/3.10.html Python 3.10.2- https://www.python.org/downloads/release/python-3102/ Vim cheatsheet- https://www.cs.cmu.edu/~15131/f17/topics/vim/vim-cheatsheet.pdf

Download

0 formats

No download links available.

Install Python 3.10 In Ubuntu 20.04 Desktop | NatokHD