add local channel to .condarc on windows
问题 I want to add local channel to conda on my windows machine. I added to required line in my .condarc file, my file look like: channels: - C:\Users\sofirx077029\Desktop\cache\ - defaults auto_update_conda: true always_yes: false show_channel_urls: true changeps1: true add_pip_as_python_dependency: true use_pip: true offline: false allow_softlinks: false anaconda_upload: false I created the cache folder and put there some conda packages, which I download from Anaconda Repo. now for example when