Python

Python3.x安装

安装homebrew

1
/usr/bin/ruby -e "$(curl -fsSL http://raw.githubusercontent.com/Homebrew/install/master/install)"

查找Python3

1
brew search python3

安装Python3

1
brew install python3

pip安装

curl https://bootstrap.pypa.io/get-pip.py | python3

文章目录
  1. 1. Python3.x安装
    1. 1.1. 安装homebrew
    2. 1.2. 查找Python3
    3. 1.3. 安装Python3
  2. 2. pip安装