Skip to content

Commit

Permalink
Update Conda.rb
Browse files Browse the repository at this point in the history
Conda has depreciated `source activate` for `conda activate`
  • Loading branch information
darynwhite committed Apr 3, 2019
1 parent 76598ee commit 8129392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheatsheets/Conda.rb
Original file line number Diff line number Diff line change
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 8129392

Please sign in to comment.