conda env config vars
#
Interact with environment variables associated with Conda environments.
usage: conda env config vars [-h] {list,set,unset} ...
Examples:
conda env config vars list -n my_env
conda env config vars set MY_VAR=something OTHER_THING=ohhhhya
conda env config vars unset MY_VAR