打开终端,输入命令:
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
标签:gpo 安装python sudo apt nump ubuntu 更新源 body 4.0
打开终端,输入命令:
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的numpy、scipy、matplotlib、pandas库
标签:gpo 安装python sudo apt nump ubuntu 更新源 body 4.0
原文地址:https://www.cnblogs.com/lijunqiang1997/p/8528887.html