Installing Python on Linux is significantly easier compared to the other OSes. To install the foundational libraries, run the following command-line instruction:
$ pip3 install numpy scipy pandas matplotlib jupyter notebook
It may be essential to run the sudo command before the preceding command if you don't have sufficient rights on the machine that you are using.