打开终端,输入命令:
1.sudo apt-get update (更新源)
2.sudo apt-get install python-pip (安装pip,安装完成输入pip,出现使用方法则安装成功)
3.sudo pip install numpy (使用pip安装相关的包)
sudo pip install scipy
sudo pip install matplotlib
sudo pip install pandas
Posted 天天进步一点点
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu14.04上安装python的numpyscipymatplotlibpandas库相关的知识,希望对你有一定的参考价值。
打开终端,输入命令:
1.sudo apt-get update (更新源)
2.sudo apt-get install python-pip (安装pip,安装完成输入pip,出现使用方法则安装成功)
3.sudo pip install numpy (使用pip安装相关的包)
sudo pip install scipy
sudo pip install matplotlib
sudo pip install pandas
以上是关于ubuntu14.04上安装python的numpyscipymatplotlibpandas库的主要内容,如果未能解决你的问题,请参考以下文章
Caffe初学者第一部:Ubuntu14.04上安装caffe(CPU)+Python的详细过程 (亲测成功, 20180524更新)