Как поделиться средами conda на разных платформах

Конда документы вhttp://conda.pydata.org/docs/using/envs.html объясните, как делиться окружением с другими людьми.

Тем не менее, документы говорят нам, что это не кроссплатформенность:

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.

Есть ли хороший способ для совместного использования и воссоздания среды conda на одной платформе (например, CentOS) на другой платформе (например, Windows)?

Ответы на вопрос(3)

Ваш ответ на вопрос