一、ubuntu16下:
用sudo apt install安装python-dev,pip
用pip安装easy_install :pip install setuptools
ipython、bpython
各种包安装,(以numpy为例)
方法一、sudo apt install python-numpy
方法二、sudo pip install numpy
方法三、sudo easy_install numpy
二、win下:
http://jingyan.baidu.com/article/8275fc868c027946a03cf6f7.html
不同linux下命令基本没多大差别,用过许多linux系统,建议还是用ubuntu