✅ 操作成功!

Linux Ubuntu 安装 numpy 教程

发布时间:2023-06-13 作者:admin 来源:文学

Linux Ubuntu 安装 numpy 教程

Linux Ubuntu 安装 numpy 教程

安装numpy模块命令

sudo apt-get install python-numpy

验证是否安装成功

python from numpy import * eye(4)

👁️ 阅读量:0