IPython 和 virtualenv:忽略站点包
有谁知道如何让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.