data-lessons / library-python-intro-DEPRECATED

REPO NOW MOVED > https://github.com/LibraryCarpentry/lc-python-intro
https://github.com/LibraryCarpentry/lc-python-intro
Other
1 stars 11 forks source link

Add more anaconda context #31

Open elliewix opened 7 years ago

elliewix commented 7 years ago

Anaconda is mentioned as a package manager without much context. Not that we need to dive into it that deeply, but I've found it worthwhile to mention that you won't directly use anaconda as an application. It installs things in the background so that commands are mostly standardized across platforms. So you'll be using anaconda pretty much anytime you run python, but it won't look like it.

I've had students skip the anaconda install and seriously question why they did it because they weren't seeing it used later on.