Document environment variables for conda configuration#989
Document environment variables for conda configuration#989Adi-123456789 wants to merge 1 commit intoconda:mainfrom
Conversation
|
We require contributors to sign our Contributor License Agreement and we don't have one on file for @Adi-123456789. In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature, merge the PR (conda/infrastructure#1218), and ping the bot to refresh the PR. |
|
Hello! I’ve completed signing the Contributor License Agreement (CLA). Kindly refresh the CLA check at your convenience. |
|
Hi @Adi-123456789, Thanks for the submitting this pull request. Unfortunately, this is not the correct repository for it. I've transferred this original issue to the correct repository: https://github.com/conda/conda I think this content would be a great addition to that document site though. Here's how I think it should be done:
If you need any help with this after opening the new pull request, please ping me. I'll be happy to help 😄. Thanks again for taking the time to create this contribution! |
Description
This pull request adds detailed documentation for configuring Conda using environment variables, addressing the lack of official guidance on this feature.
Key additions:
CONDA_<KEY>).CONDA_SAFETY_CHECKS,CONDA_SSL_VERIFY,CONDA_PKGS_DIRS).This documentation aims to help both contributors and users understand and effectively use environment variables in Conda.
Related issue:
Fixes conda/conda#15300