#InstallPythonOnUbuntu
Explore tagged Tumblr posts
simplifypython ยท 7 years ago
Text
Install Python3 on Ubuntu
Tumblr media
Generally, Python comes preinstalled with most Linux Distributions, and in Ubuntu 18.04 Python3 is comes preinstalled, however, if we do not have Python preinstalled in our machine already, we can install it manually with following commands.
$ sudo apt install python3
or
$ sudo apt-get install python3.x
0 notes