Ubuntu-安装-Python包

博客新址: 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
    原文作者:xuezhisdc
    原文地址: https://blog.csdn.net/xuezhisdc/article/details/46878577
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞