wittyResry / myIssue

My issue mark down^_^ 欢迎吐槽,讨论~~
https://github.com/wittyResry/myIssue/issues
The Unlicense
5 stars 1 forks source link

python安装 #68

Open wittyResry opened 6 years ago

wittyResry commented 6 years ago

STEP 1 安裝 XCODE

$ xcode-select --install

STEP 2 安裝套件管理工具:HOMEBREW

$ https://brew.sh/ $ brew doctor

STEP 3 安裝 PYTHON

$ python --version $ brew search python $ open /usr/local/Cellar/ $ brew install python $ brew install python3

STEP 4 設定路徑 $PATH(不跟系統 PYTHON 打架)

$ echo $PATH $ vi /etc/paths 设置为

/usr/local/bin
/usr/bin
/bin
/usr/sbin
/sbin