Python
Comment installer correctement Python 3 sur Raspberry ?
Faire de Python 3 l’interpréteur Python par défaut
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
source : https://raspberrypi.stackexchange.com/questions/118760/uninstall-python2-in-raspberry-pi
Installer pip
sudo apt-get install python3-pip
Reconfigurer les modules dépendants
libapache2-mod-wsgi-py3
sudo apt-get install --reinstall libapache2-mod-wsgi-py3