Created
February 21, 2021 02:17
-
-
Save richard-to/b2ac6c36a3fc72363a17dbbb7707a25c to your computer and use it in GitHub Desktop.
Conda CLI commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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