LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

conda-deactivate

deactivate the current conda environment

TLDR

Deactivate the current environment
$ conda deactivate
copy

SYNOPSIS

conda deactivate

DESCRIPTION

conda deactivate exits the currently active conda environment, reversing the shell modifications made by conda activate. This restores the PATH and environment variables to their previous state, either returning to the base conda environment or, if environments were nested through multiple activation calls, returning to the previously active environment.The deactivation process removes the current environment's bin directory from PATH, unsets environment-specific variables like CONDA_PREFIX, and executes any deactivation scripts that packages may have installed. The shell prompt is typically updated to remove the environment name indicator, providing visual confirmation that the environment has been deactivated.Unlike some environment management systems that require explicit cleanup, conda deactivate is safe to call at any time and handles the state management internally. If no environment is currently active beyond the base environment, deactivating simply returns to a non-conda shell state. Conda supports nested environments, so multiple activate calls can be unwound with corresponding deactivate calls, though this is an advanced usage pattern.

INSTALL

sudo dnf install conda
copy
nix profile install nixpkgs#conda
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid