Skip to content

Instantly share code, notes, and snippets.

@richard-to
Created February 21, 2021 02:17
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 richard-to/b2ac6c36a3fc72363a17dbbb7707a25c to your computer and use it in GitHub Desktop.
Save richard-to/b2ac6c36a3fc72363a17dbbb7707a25c to your computer and use it in GitHub Desktop.
Conda CLI commands
conda create --name name python=3.7
conda activate name
conda deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment