pip 套件管理軟體
安裝 pip
python 2
sudo apt-get install python-pip python-dev build-essential
sudo pip install --upgrade pip
sudo pip install --upgrade virtualenv
python 3
sudo apt-get install python3-pip
ipython
terminal 互動式 python 套件
$ pip install ipython
執行結果
$ ipython
Python 3.5.2 (default, Jun 5 2017, 04:57:24)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: