-------------------
* fixed conda installing itself into environments (issue 10)
* fixed non-existing channels being silently ignored (issue 12)
* fixed trailing slash in ~/.condarc file cause crash (issue 13)
* fixed conda list not working when ~/.condarc is missing (issue 14)
* fixed conda install not working for Python 2.6 environment (issue 17)
* added simple first cut implementation of remove command (issue 11)
* pip, build commands: only package up new untracked files
* allow a system-wide <sys.prefix>/.condarc (~/.condarc takes precedence)
* only add pro channel is no condarc file exists (and license is valid)