使用pip
1.卸载模块
sudo pip uninstall xxx
2.安装指定版本模块
sudo pip install xxx==2.0.1.3
【python】安装指定模块
原文:http://www.cnblogs.com/dplearning/p/6249785.html