Home > other >  How to install Python ubuntu virtual machine
How to install Python ubuntu virtual machine

Time:10-01

Win10, virtual ubuntu, download the python 3.8.1, how to install, baidu, large span of operation, didn't understand, master detail please, thank you!

CodePudding user response:

Use Apt in Python 3.8 installed on Ubuntu 18.04

1, as the root user or have sudo access user identity, run the following command, to update the package list and install the necessary components:
Apt update
Apt install software - the properties - common
The add apt - repository ppa: deadsnakes/ppa
When prompted, press Enter to continue:
Apt install python3.8
$python3.8 - version
Return information:
Python 3.8.0
  • Related