(constph)rustenburg@jak:~$ conda create -n test python=3.5
Fetching package metadata: ....
Solving package specifications: ..........
Package plan for installation in environment /home/rustenburg/miniconda2/envs/test:
The following NEW packages will be INSTALLED:
openssl: 1.0.2d-0 defaults
pip: 7.1.2-py35_0 defaults
setuptools: 18.5-py35_0 defaults
sqlite: 3.8.4.1-1 defaults
wheel: 0.26.0-py35_1 defaults
(constph)rustenburg@jak:~$ source activate test
discarding /home/rustenburg/miniconda2/envs/constph/bin from PATH
prepending /home/rustenburg/miniconda2/envs/test/bin to PATH
(test)rustenburg@jak:~$ conda install -c omnia openmm-dev
Fetching package metadata: ......
Solving package specifications: .............
Package plan for installation in environment /home/rustenburg/miniconda2/envs/test:
The following NEW packages will be INSTALLED:
openmm-dev: 7.0.0.dev0-py35_0 omnia
(test)rustenburg@jak:~$ conda env export > environment.yml
(test)rustenburg@jak:~$ cat environment.yml
- openmm-dev=7.0.0.dev0=py35_0