【发布时间】:2014-08-19 03:12:22
【问题描述】:
我正在运行带有 GNOME 的 64 位 Debian (LMDE),其中包括系统 python 和各种使用 python 的小程序和应用程序。我对科学软件有着长期的兴趣,但最近才获得了一些空闲时间和Enthought Training 许可证。所以我想设置进行 Enthought 培训练习,这显然意味着安装 Canopy(以前的 EPD),可能等。
因此,我想将 Canopy(以及我需要做的任何其他事情,通过 debian 包而不是 python 包独立提供的 Enthought 训练)安装到 python 虚拟环境中(而不是像 KVM、VirtualBox 这样的 VM , 或 VMware) 以免导致我的系统 python 的依赖项出现问题。这个怎么做? conda? venv? virtualenv?不幸的是,我在 Enthought 的网站上没有看到任何操作指南,这就是我在这里询问的原因(因为 they recommend asking on stackoverflow with tag=enthought)。
感谢详细的操作方法,因为我在 python 上仍然很弱:-(
【问题讨论】:
标签: python installation enthought debian-based