为什么 anaconda 安装程序没有安装 conda-develop

Why did the anaconda installer not install conda-develop

我试图建立一个现有的代码库 运行 并且在使用来自 https://www.continuum.io/downloads#linux 的 .sh 文件安装 anaconda 之后我注意到在 ~/anaconda3/bin 中唯一可用的 conda 文件是 conda , conda-env 和 conda-server

我们有另一台装有 conda 4.2.15 的机器,文件在那里 我的 conda 4.3.8 机器没有。

conda-develop 现在是单独包的一部分。你可以安装它:

conda install conda-build