Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我使用以下方法安装了 numpy:
python setup.py build python setup.py install --prefix=/bla/somefolder/
现在一切都很顺利,但是当我尝试导入 numpy 时它不起作用。所以我进入这个文件夹,我根本找不到 numpy.py。我尝试在我的 .bashrc 文件中添加到 PYTHONENV 的路径,但这没有用。我迷失了想法。
任何帮助将不胜感激。