Guest User

Untitled

a guest
Jan 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # 'conda env' is an alias of 'conda-env'
  2. # Export current conda environment
  3. conda env export > environment.yml
  4. # Specify an environment to export
  5. conda env export -n myenv > environment.yml
Add Comment
Please, Sign In to add comment