Red de conocimiento informático - Material del sitio web - Cómo instalar Python 3.6.1 en Ubuntu

Cómo instalar Python 3.6.1 en Ubuntu

6, debes hacer que el sistema use python 3.6 en lugar de 3.5:

sudo apt-get update

sudo update-alternatives -- install /usr/bin/python3 python3 /usr/ bin /python3.5 1

sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 2