Ubuntu system installation environment Python3

Ubuntu system installation environment Python3

First, apt-get update

sudo apt-get update

Then install python3

sudo apt-get python3

Then enter

python3 -v

If the version number is out 3.5+ is installed successfully, you can enter the input python3 python3 environment.

If you want full-featured, you can also choose to compile and install, the above is just a simple installation method.

Published 139 original articles · won praise 67 · views 10000 +

Guess you like

Origin blog.csdn.net/qq_43422111/article/details/104794517