{"tool":"conda","tool_display":"Conda","intent":"set-environment-variable","intent_display":"set environment variable","title":"Conda Command: set environment variable","command_string":"conda env config vars set <my_var>=<value>","raw_command_string":"conda env config vars set {{my_var}}={{value}}","description":"Exact CLI syntax to set environment variable using Conda.","usage_scenario":"To configure essential runtime environment variables after environment creation.","scenario_context":"Quickly manage environment variables to customize settings for your Conda environments.","simulated_output":"\\$ conda env config vars set my_var=value\nSetting environment variable 'my_var' = 'value' for environment 'base'.\n\n\\$ conda env config vars list\n# Current env vars for 'base':\nmy_var: value","how_to_steps":["Run the command: `conda env config vars set my_var=value`","Verify with: `conda env config vars list`"],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/conda/set-environment-variable"}