IPython 和 virtualenv:忽略站点包

发布于 2024-12-03 22:06:15 字数 73 浏览 1 评论 0原文

有谁知道如何让 IPython 在使用 --no-site-packages 标志创建的 virtualenv 上下文中忽略站点包?

Does anyone know how to get IPython to ignore site-packages in the context of a virtualenv that was created with the --no-site-packages flag?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青春有你 2024-12-10 22:06:15

ipython 不支持 virtualenv。网上有几个关于如何让 ipython 理解 virtualenvs 的示例:例如 此处此处。也就是说,您可能需要比这些示例更多地操作环境,以从 ipython 的路径中删除全局站点包目录。

ipython is not virtualenv aware. There are several examples on the web of how to make ipython understand virtualenvs: for instance here and here. That said, you may need to manipulate the environment a little more than these examples to remove the global site-packages dir(s) from the ipython's path.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文