“Stellen Sie Python 3 als Standard Ubuntu ein” Code-Antworten

Stellen Sie Python 3 als Standard Ubuntu ein

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.4 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 2
Sjk-Lacoste

Setzen Sie Python3.7 als Standard Ubuntu

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
Fragile Fish

Stellen Sie Python 3 als Standard Ubuntu ein

sudo update-alternatives --config python
Sjk-Lacoste

Ähnliche Antworten wie “Stellen Sie Python 3 als Standard Ubuntu ein”

Fragen ähnlich wie “Stellen Sie Python 3 als Standard Ubuntu ein”

Weitere verwandte Antworten zu “Stellen Sie Python 3 als Standard Ubuntu ein” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen