如何从命令行界面访问 Canopy 终端?

How to access the Canopy terminal from the command line interface?

假设我想在我的 python 安装中添加一个外部包。如果 Canopy 没有它,那么你必须打开 GUI 单击工具并打开 Canopy 终端和 运行 pip install package 这很好很简单,除非你没有安装图形桌面或者你正在使用 ssh。

我如何:a) 打开 Canopy 终端工具 and/or b) 仅使用系统命令行安装外部包?

只需将 Canopy 用户 Python 环境放在 PATH 的开头即可。见这篇文章: https://support.enthought.com/entries/23646538-Make-Canopy-User-Python-be-your-default-Python

当你想使用 GUI 时,你可以在这里看到有用的 tutorial。例如,在 ubuntu 中:

如果您想在没有 GUI 的情况下使用 canopy,您需要使用源激活您的虚拟环境:~/my_venv/bin/activate。更多关于你可以找到 here.