“Python3 als Standard -Python -Pfad macos” Code-Antworten

Python3 als Standard -Python -Pfad macos

ln -sf /usr/local/bin/python3 /usr/local/bin/python
FractalSystems

Verwenden Sie Python3 als Standard -Mac

ln -s -f /usr/local/bin/python3.7 /usr/local/bin/python
Light Lyrebird

Stellen Sie Python3 als Standard -Mac ein

# it is said not to do but I used it anyway, because of the conveniency
$ echo "alias python=/usr/local/bin/python3.7" >> ~/.zshrc 
Blue Badger

Ähnliche Antworten wie “Python3 als Standard -Python -Pfad macos”

Fragen ähnlich wie “Python3 als Standard -Python -Pfad macos”

Weitere verwandte Antworten zu “Python3 als Standard -Python -Pfad macos” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen