paru -S miniconda3
-
lightweight installer for
conda
that doesn't install as much as
anaconda
(over 250 packages by default)
-
or
micromamba, extremely minimal and fast re-implementation of conda
-
what they want you to do (and what the post-install message
will say)
source /opt/miniconda3/etc/fish/conf.d/conda.fish
- or if on bash/POSIX shell
source /opt/miniconda3/etc/profile.d/conda.sh
-
will add
conda
to PATH
, to make
changes permanent
conda init fish
conda init
-
but I don't necessarily want to have every shell startup be in
(base)
-
instead, comment out the addition to the configuration file
and run the command manually when using conda
eval /opt/miniconda3/bin/conda "shell.fish" "hook" $argv | source
export TERMINFO=/usr/share/terminfo