Skip to content

Commit

Permalink
Add 'activate' note for conda versions from 4.4
Browse files Browse the repository at this point in the history
* `conda activate` has been the preferred commands since version 4.4
(released December 2017)
* `source activate` does not work in all environments
  • Loading branch information
mo0nmokey committed Aug 1, 2019
1 parent 145b86b commit ed33722
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ Activate the 2.7 environment and install nose and lifelines
- source activate thinkstats2-py27
- pip install nose lifelines

Activate the 3.6 environment and install nose
Activate the 3.6 environment and install nose and lifelines

- source activate thinkstats2-py36
- pip install nose lifelines

*For conda versions after 4.4 use `conda activate` instead of `source activate`*


Extras that are helpful --

- runipy allows you to run IPython Notebooks on the command line which
Expand Down

0 comments on commit ed33722

Please sign in to comment.