Manual conda Configuration
Setup of the conda configuration in C:\Users\<username>\.condarc.
Creating the File
- Create the - .condarcfile in your user directory (- C:\Users\<username>\.condarc).
Note
If you are unable to create a file with a leading dot (.) but no file
extension in the file explorer, see
https://www.hanselman.com/blog/how-to-create-a-file-with-a-dot-prefix-in-windows-explorer
Configuration
- To add the - condachannel for- foxbms, open the- C:\Users\<username>\.condarcfile and add- foxbms(all letters in lowercase) to the- channelssection. If the- defaultschannel is missing, add it first:- defaultsand- foxbmsare added to channels section- channels: - defaults - foxbms - Note - If the - foxbmschannel and the- defaultsentries are already existing in the- condachannels section this step can be skipped.
- If - condais used behind a proxy, the- condaproxy configuration must be adapted accordingly. Open- C:\Users\<username>\.condarcand edit the- httpand- httpsproxy information, according to your network:Example- proxy_serversin- C:\Users\<username>\.condarc- proxy_servers: http: http://user:pass@corp.com:8080 https: https://user:pass@corp.com:8080 - Note - If the - condaproxy is already correctly set, this step can be skipped.
- A correct setup - condaconfiguration in- C:\Users\<username>\.condarcmight then look like that:Example- condaconfiguration in- C:\Users\<username>\.condarc- channels: - defaults - foxbms proxy_servers: http: my-company-http:8030 https: my-company-https:8030 
