Skip to content

Instantly share code, notes, and snippets.

@SantoshCode
Created January 26, 2022 07:53
Show Gist options
  • Save SantoshCode/f7e38441fd3e6702591515c4ca46f221 to your computer and use it in GitHub Desktop.
Save SantoshCode/f7e38441fd3e6702591515c4ca46f221 to your computer and use it in GitHub Desktop.

Useful conda commands

Creating environment.yml file automatically

conda env export > environment.yml

To remove long prefix in your shell prompt, modify the env_prompt setting in your .condarc file

conda config --set env_prompt '({name})'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment