[Python] Install Python3、PiP、Jupyter
![[Python] Install Python3、PiP、Jupyter [Python] Install Python3、PiP、Jupyter](http://blog.ctrlxctrlv.net/wp-content/uploads/2019/06/Python2.png)
Python3
brew install python3
python3 –version
PiP
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip –version
Jupyter
pip3 install jupyter