📌  相关文章
📜  没有名为“numpy”的模块 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:41.652000             🧑  作者: Mango

代码示例2
#if you install numpy with pip, run the python file in the command line like this
python myFile.py

#if you install numpy with pip3, run the python file in the command line like this
python3 myFile.py