您的位置:首页 > 编程语言 > Python开发

Ubuntu-安装-Python包

2015-07-14 15:21 609 查看
Ubuntu下安装Python包可以使用两种方法,一种是用
apt-get
,另一种是使用
pip


apt-get安装示例

sudo apt-get install python-numpy
sudo apt-get install python-matplotlib
sudo apt-get install python-scipy
sudo apt-get install python-sklearn
sudo apt-get install python-setuptools
sudo apt-get install python-pip
sudo apt-get install python-jinja2
sudo apt-get install python-PIL
sudo aptp-get install python-dev
sudo apt-get install ipython


pip安装示例

sudo pip install nolearn​
sudo pip install Theano
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: