查看numpy版本

python下安装numpy后
首先进入python shell(如果已经设置python路径,则进入终端后用下面命令)

python #进入python shell 
import numpy
numpy.__version__#注意前后都有两横

你可能感兴趣的:(numpy,python)