gpt4 book ai didi

python - FiPy "base directory"在哪里?

转载 作者:行者123 更新时间:2023-12-01 05:02:32 24 4
gpt4 key购买 nike

我最近通过 MacPorts 将 FiPy 包及其所有依赖项安装到我的 Macbook 上。我可以轻松地将 FiPy 和 NumPy 作为 Python 中的包进行调用。

现在我已经可以使用它了,我想看一下这些示例。但是,我在计算机中找不到“基本目录”或 FiPy 目录。

如何找到基本目录?如果我通过 Macports 安装了所有这些,我还有基本目录吗?

请注意,我使用的是 Python27。

请帮忙!谢谢。

最佳答案

来自 FiPy 文档 (http://www.ctcms.nist.gov/fipy/README.html):

When references are made to file system paths, it is assumed that the current working directory is the FiPy distribution directory, refered to as the “base directory”, such that:

examples/diffusion/steadyState/mesh1D.py

will correspond to, e.g.:

/some/where/FiPy-X.Y/examples/diffusion/steadyState/mesh1D.py

这仅表示 FiPy 存储库被克隆或 tarball 解压后的工作目录,然后目录更改为 fipy/ 。它将有setup.pyexamples/在那里。如果您在没有克隆或使用 tarball(例如使用 pip 代替)的情况下安装 FiPy,则分发目录(基本目录)将不可用。

这不是从 import fipy; print(fipy.__file__) 返回的路径。这就是安装路径。

关于python - FiPy "base directory"在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25775880/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com