Body
Question
How do I export a virtual conda environment to share across OS platforms from the Command Line?
How do I move my Anaconda Environment to another OS?
Answer
1. To share a virtual conda environment across OS platforms, export an environment.yml file using the --from-history option. In conda prompt or terminal with the desired active environment, enter "conda env export --from-history > environment.yml".

2. Contents of the example environment.yml file:
