“Atur python3 sebagai mac default” Kode Jawaban

ubah mac versi python default

#install or update brew
$ brew install pyenv
#install
$ pyenv install 3.7.3
#make default
$ pyenv global 3.7.3
# and verify
$ pyenv version
3.7.3 (set by /Users/mbbroberg/.pyenv/version)
$ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n  eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
#reset the current shell
$ exec $0 
$ which python
#/Users/mbbroberg/.pyenv/shims/python
$ python -V
$ pip -V
#pip 19.0.3 from /Users/mbbroberg/.pyenv/versions/3.7.3/lib/python3.7/site-packages/pip (python 3.7)
Homeless Hoopoe

Gunakan python3 sebagai mac default

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

Mac Python yang mana

$ brew update && brew upgrade python 
Worrisome Wasp

Atur python3 sebagai mac default

# 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

Gunakan Python sebagai Python3 Zsh

# Go into your .zshrc file. Is there a line that reads:
alias python='python3'
Marton

Mac Mengapa Python Diinstal di USR dan Aplikasi

$ pyenv global 3.7.3
# and verify it worked 
$ pyenv version
3.7.3 (set by /Users/mbbroberg/.pyenv/version)
Energetic Eland

Jawaban yang mirip dengan “Atur python3 sebagai mac default”

Pertanyaan yang mirip dengan “Atur python3 sebagai mac default”

Lebih banyak jawaban terkait untuk “Atur python3 sebagai mac default” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya