失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > python查看安装包的版本scipy numpy matplotlib等

python查看安装包的版本scipy numpy matplotlib等

时间:2021-08-09 22:39:02

相关推荐

python查看安装包的版本scipy numpy matplotlib等

查看python的版本很简单:

python -Vorpython --version

查看python安装的宏包版本,以scipy为例,其他包一样

先进入python里,即在终端中输入python(或python2,python3)

import scipyscipy.__version__

如果觉得《python查看安装包的版本scipy numpy matplotlib等》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。