Skip to content

Commit

Permalink
Added variables to expansion of environment variables list. (conda#11514
Browse files Browse the repository at this point in the history
)

* Added variables to expansion of environment variables list.

* Added news update for release notes.
  • Loading branch information
kathatherine authored Jun 13, 2022
1 parent 4b5c4e0 commit b3560b1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/source/user-guide/configuration/use-condarc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -971,17 +971,20 @@ Expansion of environment variables
Conda expands environment variables in a subset of configuration settings.
These are:

- ``envs_dirs``
- ``pkgs_dirs``
- ``ssl_verify``
- ``client_cert``
- ``client_cert_key``
- ``proxy_servers``
- ``channel``
- ``channel_alias``
- ``channels``
- ``client_cert_key``
- ``client_cert``
- ``custom_channels``
- ``custom_multichannels``
- ``default_channels``
- ``envs_dirs``
- ``envs_path``
- ``migrated_custom_channels``
- ``pkgs_dirs``
- ``proxy_servers``
- ``verify_ssl``
- ``whitelist_channels``

This allows you to store the credentials of a private repository in an
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* <news item>

### Deprecations

* <news item>

### Docs

* Updated the list of environment variables that can now expand in the [Use Condarc](https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#expansion-of-environment-variables) section.

### Other

* <news item>

0 comments on commit b3560b1

Please sign in to comment.