#Pythonのバージョン確認
$ python -V
Python 2.7.10
$ python3 -V
-bash: python3: command not found
#Homebrewをインストール
公式:https://brew.sh/
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew -v
Homebrew 1.5.5
#Pythonをインストール
$ brew install python3
$ python3 -V
Python 3.6.4