diff --git a/cheatsheets/Conda.rb b/cheatsheets/Conda.rb index 75510b4d..6fd97f69 100644 --- a/cheatsheets/Conda.rb +++ b/cheatsheets/Conda.rb @@ -40,12 +40,12 @@ entry do name 'Activate the new environment to use it' - command 'source activate snowflakes' + command 'conda activate snowflakes' end entry do name 'Deactivate the environment' - command 'source deactivate' + command 'conda deactivate' end entry do