Created
July 23, 2015 14:22
-
-
Save tdhopper/769d8e4824a0c647bc08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tdhopper@~ $ binstar config --set url api.anaconda.org | |
tdhopper@~ $ binstar config --get url | |
api.anaconda.org | |
tdhopper@~ $ conda update conda | |
Error: maximum recursion depth exceeded in cmp | |
tdhopper@~ $ conda install flask | |
Error: maximum recursion depth exceeded in cmp | |
tdhopper@~ $ python -m pdb /Users/tdhopper/anaconda/bin/conda install flask | |
> /Users/tdhopper/anaconda/bin/conda(2)<module>() | |
-> import sys | |
(Pdb) c | |
The program exited via sys.exit(). Exit status: Error: maximum recursion depth exceeded in cmp |
Author
tdhopper
commented
Jul 23, 2015
@tdhopper you need to use https://
Change: binstar config --set url api.anaconda.org
to binstar config --set url https://api.anaconda.org
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment