Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在没有互联网连接的计算机上安装 Canopy 软件包?我应该在系统沙箱还是用户沙箱中使用 egginst.exe?
没关系。文档中题为“我的用户 Python 环境中所有 Python 包在哪里”的文章很好地解释了这一点。Canopy 按以下顺序查找软件包用户 --> 系统 --> 冠层安装。
所以登录到您的 Enthought 帐户并转到存储库。下载您想要的所有鸡蛋并使用 USERNAME\AppData\Local\Enthought\Canopy32\User\Scripts\egginst.exe 安装
至少这似乎对我有用。