# conda info > Display details about the conda installation. > More information: . - Show all information: `conda info {{[-a|--all]}}` - Display base environment path: `conda info --base` - List all conda environments: `conda info {{[-e|--envs]}}` - List environment variables: `conda info {{[-s|--system]}}` - Display list of channels with tokens exposed: `conda info --unsafe-channels`