himanshub16 / himanshub16/ProxyMan
Proxyman support for conda
Open
not now
- Dominant language
- Shell
- Stars
- 710
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
Proxyman support for the package manager [conda](https://conda.io/en/latest/) would be great. The proxy is set in `~/.condarc`. The .condarc structure is:
```
ssl_verify: true
channels:
- defaults
proxy_servers:
http: http://172.31.2.4:8080
https: https://172.31.2.4:8080
```
More info [here](https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#configure-conda-for-use-behind-a-proxy-server-proxy-servers)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.