conda env config vars set
#
Set environment variables for a conda environment.
usage: conda env config vars set [-h] [-n ENVIRONMENT | -p PATH] [vars ...]
Positional Arguments#
- vars
Environment variables to set in the form <KEY>=<VALUE> separated by spaces
Target Environment Specification#
- -n, --name
Name of environment.
- -p, --prefix
Full path to environment location (i.e. prefix).
Example:
conda env config vars set MY_VAR=weee