[Python] Install Python3、PiP、Jupyter
Overview
此篇記錄了如何安裝 Python3,以及相關工具
PiP:Python Package Installer
Jupyter:Web IDE
1. Install Python3
brew install python3
python3 --version
2. Install pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip --version
3. Install Jupyter
pip3 install jupyter
4. Start Jupyter
jupyter notebook
歡迎您留言與分享!(Welcome for comments or sharing!)
- [Unity] 如何重新命名 Serialized Fields,不遺失原始資料?
- [Unity] Performance Test – String Concat