Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 285 Bytes

export_create_env_yml.md

File metadata and controls

19 lines (11 loc) · 285 Bytes
  1. at old server
(base) [tmp]$ source activate env_xxx
(env_xxx) [tmp]$ conda env export > environment.yml

activate special env which you want to export.

  1. at new server
conda env create --file environment.yml

create new environment based on environment.yml