Ubuntu16.04 numpy pandas matplotlib安装

前端之家收集整理的这篇文章主要介绍了Ubuntu16.04 numpy pandas matplotlib安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


确保你己经安装好了pip


1. 升级pip到最新版本:

sudo pip install --upgrade pip

2. 安装numpy scipy matplotlib pandas
sudo pip install numpy scipy matplotlib pandas 

看到
Successfully installed ***
就说明成功安装了。


注意! 官网说不要用sudo 要用 --user,否则可能安装出错,但是我用sudo也安装成功了。

pip install --user numpy scipy matplotlib pandas

参考:官网:https://www.scipy.org/install.html

原文链接:https://www.f2er.com/ubuntu/352579.html

猜你在找的Ubuntu相关文章