conda env config vars unset
Unset environment variables for a conda environment
usage: conda env config vars unset [-h] [-n ENVIRONMENT | -p PATH] [vars ...]
Positional Arguments
- vars
 Environment variables to unset in the form <KEY> 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 unset MY_VAR