AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.02k stars 11.28k forks source link

Add 'activate' note for conda versions from 4.4 #133

Closed tartansandal closed 4 years ago

tartansandal commented 5 years ago

The conda activate command has been the preferred since version 4.4 (released around December 2017). In short, the old source activate command does not work reliably in all environments and may not even be available in newer installations. The new conda activate command resolves those issues.

The note is a minimal change to help with this. You may want to consider inverting this at some point: making conda activate the main instruction and adding a not about versions earlier than 4.4.

AllenDowney commented 4 years ago

Thanks!