-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
conda-config: add page #18694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
conda-config: add page #18694
Conversation
The build for this PR failed with the following error(s) at commit
Please fix the error(s) and push again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read the style guide. This is not our syntax. https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md
pages/common/conda-config.md
Outdated
|
||
- Show current configuration values. Shows all configuration values if no arguments given.: | ||
|
||
`conda config {{--show}} {{<setting_name>}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`conda config {{--show}} {{<setting_name>}}` | |
`conda config --show {{setting_name}}` |
pages/common/conda-config.md
Outdated
|
||
- Set or remove a configuration value: | ||
|
||
`conda config {{[--set|--remove]}} {{<key>}} {{<value>}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`conda config {{[--set|--remove]}} {{<key>}} {{<value>}}` | |
`conda config {{--set|--remove}} {{key}} {{value}}` |
common
,linux
,osx
,windows
,sunos
,android
, etc.