2 series python is installed by default on macOS Sierra, but I installed it because I wanted to use 3 series python.
Installation method
brew install python3
If you do not specify python3 when executing, it will be executed with the default python2 system.
Recommended Posts