recently i installed the anaconda but when i\'m open it i got this error: Error fetching package index
Could not find URL: https://pypi.python.org/pypi/osx-64/
I resolved it by applying the following commands in the terminal:
conda info
cd to config file (cd /Users/select/the/folder/where/config/file/is)
open .condarc (textEdit app opened the file automatically)
From the textEdit: delete https://pypi.python.org/pypi/ and save and close .condarc file
conda info (to check it deleted it)
conda update conda