In a new laptop with a fresh install, I found anaconda config looking for the ~/.continuum directory that doesn't exist:
$ anaconda config
[ERROR] [Errno 2] No such file or directory: '/Users/<username>/.continuum/anaconda-client/config.yaml'
Traceback (most recent call last):
File "/Users/<username>/miniconda3/lib/python3.13/site-packages/binstar_client/utils/config.py", line 251, in load_config
with open(config_file) as file:
~~~~^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/Users/<username>/.continuum/anaconda-client/config.yaml'
usage: anaconda config [-h] [--type TYPE] [--set name value] [--get name] [--remove REMOVE] [--show] [-f]
[--show-sources] [-u] [-s]
I don't think it breaks anything as commands still work. I solved this problem by creating the directory structure and touching an empty config.yaml file.
anaconda-client 1.14.1 py313hca03da5_0
In a new laptop with a fresh install, I found
anaconda configlooking for the ~/.continuum directory that doesn't exist:I don't think it breaks anything as commands still work. I solved this problem by creating the directory structure and touching an empty config.yaml file.