How to install Python in Ubuntu?

preview_player
Показать описание
Method 1: Install Python on Ubuntu using APT Installer
sudo apt update
sudo apt install python[version number]

Method 2: Install Python on Ubuntu using Repository
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python[version number]

#linux #ubuntu #python #install
Рекомендации по теме
Комментарии
Автор

For me it says it installed but I can’t find it anywhere it’s weird

oustted
welcome to shbcf.ru