Ubuntu-Python2.7安装 scipy,numpy,matplotlib

it2022-05-21  69

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.cnblogs.com/tenderwx/p/7728274.html


最新回复(0)