A short guide on setting up python development environments on Ubuntu, mainly for my own reference. I decided that whenever I encountered a problem I will try fix it and post the solution here.
Especially graphics drivers, if not correctly installed, can lead to a whole bunch of problems:
reference: https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-ubuntu-18-04-bionic-beaver-linux
ubuntu-drivers devices
sudo ubuntu-drivers autoinstall
https://www.anaconda.com/download/#linux
Install texlive-science: https://linuxconfig.org/how-to-install-latex-on-ubuntu-18-04-bionic-beaver-linux (sudo apt install texlive-science
)
font missing bbm
, see https://tex.stackexchange.com/questions/203184/installing-bbm-sty-in-linux for highest vote answer (sudo apt-get install texlive-fonts-extra
).