LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

conda-init

shell integration setup

TLDR

Initialize conda for the current shell
$ conda init
copy
Initialize for specific shell
$ conda init [bash|zsh|fish|powershell]
copy
Initialize for all shells
$ conda init --all
copy
Reverse initialization
$ conda init --reverse
copy

SYNOPSIS

conda init [options] [shells...]

DESCRIPTION

conda init sets up shell integration for conda, modifying shell configuration files to enable the conda activate command and automatic base environment activation.This must be run once after conda installation for full functionality.

PARAMETERS

--all

Initialize for all available shells.
--reverse
Undo shell initialization.
-d, --dry-run
Show what would be done without making changes.

CONFIGURATION

~/.condarc

User-level conda configuration for channels, package settings, and solver options.
/opt/conda/.condarc
System-wide conda configuration.

INSTALL

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

CAVEATS

Requires restarting the shell or sourcing the configuration file after running.

SEE ALSO

RESOURCES

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