howto:export_an_anaconda_environment_to_a_file
This is an old revision of the document!
Export an Anaconda Environment to a File
If you want others to have the exact same Python environment as yours truly, export your Anaconda environment with:
conda env export > somefile.yml
You then just need to pass on the file (somefile.yml
). The new environment may be created with:
conda env create -f somefile.yml
howto/export_an_anaconda_environment_to_a_file.1539856204.txt.gz · Last modified: 2018/10/18 09:50 by jp