mac:
xcode, IDE by apple,安装:xcode-select --install
brew, package managment in mac os, like yum in centos,安装:ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装非系统python, brew search python, brew install python,brew install python3
安装目录,open /usr/local/Cellar/
命令python3、pip3
所有评论(0)