Open fnattino opened 1 year ago
Currently, the script runs conda init and mamba init, and few lines are printed to stdout, including:
conda init
mamba init
==> For changes to take effect, close and re-open your current shell. <==
We should proprably redirect/suppress this output.
Currently, the script runs
conda init
andmamba init
, and few lines are printed to stdout, including:We should proprably redirect/suppress this output.