PyCharm 中的 pipelinev 设置不加载 bash 变量

发布于 2025-01-09 08:52:38 字数 432 浏览 0 评论 0原文

我在使用 PyCharm 为我的项目创建 pipelinev 环境时遇到一些问题。

如果我在终端中运行pipenv install,那么在 docker 容器中也能完美运行,所以我知道这只是 PyCharm 中的一个问题。当我在 PyCharm 中添加新的 PipEnv 环境时,失败,因为我使用一些环境变量(我在 zsh 和 bash 配置文件中拥有)来加载一些“eggs”依赖项。

我检查了 PyCharm 终端,并且可以打印变量的值,但是当 PyCharm 将其作为子进程启动时失败。我还在 PyCharm 设置内的工具/终端/环境变量中手动添加,但它不起作用。我关闭了程序,也重新启动了电脑,仍然没有效果。

知道我应该在哪里设置它们吗?它曾经有效,但不再有效,但这次我更改了 PyCharm 版本,甚至更改了笔记本电脑,但我不是唯一遇到此问题的人。

I have some problems with PyCharm to create a pipenv environment for my project.

If I run pipenv install in my terminal works perfectly, also in a docker container, so I know is only an issue in PyCharm. When I add a new PipEnv environment in PyCharm, fails because I use some environment variables (that I have in my zsh and bash profiles) to load some "eggs" dependencies.

I checked in the PyCharm terminal, and I can print the value of my variables, but it fails when PyCharm launch it as subprocess. I also added manually in the Tools/Terminal/Enviroment Variables inside PyCharm settings, but it didn´t work. I closed the program, and also restarted the computer, and still no effect.

Any idea where should I set up them? It works in the pass, but no longer, but in this time I changed PyCharm version, and even the laptop, but I am not the only one in with this issue.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文