Ubuntu-Python安装 scipy,numpy,matplotlib

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

sudo apt-get install python-scipy

sudo apt-get install python-numpy

sudo apt-get install python-matplotlib

python

import scipy

import numpy

import pylab

scipy.test()

numpy.test()

pylab.test()

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

猜你在找的Ubuntu相关文章