Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
Can anyone tell me how to install Python on Linux?

1 Answer

0 votes
by (108k points)

Following are the steps to install Python 3.6 on Ubuntu Linux machines:

For checking the version of Python 3, go to the command prompt, and execute the below code:

$ Python3 --version

If you are working with the latest version of Ubuntu, i.e., Ubuntu 16.10, then for installing Python 3.6, refer to the following commands:

$ sudo apt-get update

$ sudo apt-get install Python3.6

If you are looking for an online course to learn Python, I recommend this Python Course by Intellipaat.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jul 15, 2019 in AWS by yuvraj (19.1k points)
0 votes
1 answer
asked Feb 23, 2021 in Python by adhiraj (4k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...