TL;DR: No more module load, no more having to wait for IT folks to install your stuff, no more messy compilations. Conda is a package manager and an environment manager. What does it mean? Package ...
This tutorial explores what goes into building conda packages. For a typical python-native binary package built in a Linux environment with $ python setup.py build; python setup.py install, conda ...