Skip to content

Instantly share code, notes, and snippets.

@pbronez
Created January 7, 2014 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbronez/8303746 to your computer and use it in GitHub Desktop.
Save pbronez/8303746 to your computer and use it in GitHub Desktop.
A template for Conda configuration file pointing to a user-specific binstar.org channel
# This is a sample .condarc file
# a condarc file should be placed in $HOME/.condarc
channels:
- defaults
- http://conda.binstar.org/<username>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment