“Verwenden Sie Python3 als Standard -Mac” 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

Mac Catallina Python3

$ brew install pyenv 
Witty Whale

Stellen Sie Python 3 als Standard -Mac ein

[ -e ~/.profile ] && . ~/.profile
Evil Prodigy

Ähnliche Antworten wie “Verwenden Sie Python3 als Standard -Mac”

Fragen ähnlich wie “Verwenden Sie Python3 als Standard -Mac”

Weitere verwandte Antworten zu “Verwenden Sie Python3 als Standard -Mac” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen