Skip to content

Commit

Permalink
Merge pull request #349 from darynwhite/patch-1
Browse files Browse the repository at this point in the history
Update Conda.rb
  • Loading branch information
Kapeli committed Apr 3, 2019
2 parents 76598ee + 8129392 commit 5671d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheatsheets/Conda.rb
Expand Up @@ -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
Expand Down

0 comments on commit 5671d4b

Please sign in to comment.