ubuntu安装scipy的方法:
1.使用快捷键【Ctrl+Alt+T】打开终端命令行。
2.输入以下命令进行更新源。
sudo apt-get update
3.最后输入以下安装scipy即可。
sudo apt-get install python-scipy