Table of Contents
Installation of Python on Linux
Check if it is already installed
Type in a terminal:
python –version
If it works you should have something like that:
Python 3.5.4
Installation
Type in a terminal:
sudo apt-get install python3
Note:
The name of the package might change on some distributions of Linux.