- 安装homebrew
<code>ruby -e
"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</code>
2.安装wget
<code>brew install wget</code>
3.安装python 版本管理
<code>brew install pyenv</code>
安装python3 <code>pyenv install 3.5.2</code>
4.安装pip
link
网友评论