Skip to content

Instantly share code, notes, and snippets.

@nashid
Last active July 27, 2023 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nashid/2face6c42dc197ad3d0e9294b6992402 to your computer and use it in GitHub Desktop.
Save nashid/2face6c42dc197ad3d0e9294b6992402 to your computer and use it in GitHub Desktop.
conda-commands

create environment

conda create -n <environment-name> --file environment.txt

export environment

conda list -e > environment.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment