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.

installation_linux_python.txt · Last modified: 2020/04/01 07:12 by y.audouin