最佳答案
http://conda.pydata.org/docs/using/envs.html的 conda 文档解释了如何与其他人共享环境。
然而,医生告诉我们这不是跨平台的:
NOTE: These explicit spec files are not usually cross platform, and
therefore have a comment at the top such as # platform: osx-64 showing the
platform where they were created. This platform is the one where this spec
file is known to work. On other platforms, the packages specified might not
be available or dependencies might be missing for some of the key packages
already in the spec.
NOTE: Conda does not check architecture or dependencies when installing
from an explicit specification file. To ensure the packages work correctly,
be sure that the file was created from a working environment and that it is
used on the same architecture, operating system and platform, such as linux-
64 or osx-64.
有没有一种好的方法可以在一个平台(例如 CentOS)中在另一个平台(例如 Windows)中共享和重新创建一个 conda 环境?