博客新址: http://blog.xuezhisd.top
邮箱:xuezhisd@126.com
- 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