Skip to content

Instantly share code, notes, and snippets.

@darrendbutler
Last active September 14, 2024 13:43
Show Gist options
  • Select an option

  • Save darrendbutler/72304e5c49d2b28051465f55579b81ca to your computer and use it in GitHub Desktop.

Select an option

Save darrendbutler/72304e5c49d2b28051465f55579b81ca to your computer and use it in GitHub Desktop.
conda tips

Conda Tips

Creating Environments

You can use --prefix instead of --name to put the environment in a specific directory.

Exporting Environments

conda env export --from-history > environment.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment