Miniconda is a minimal, lightweight version of Anaconda and it's deployed on top of Ubuntu 24.04. The Conda environment is already activated and the shell uses Conda by default.

You can check your Conda version with conda --version and the configuration details with conda info.

To see all the installed packages, use conda list. You can install packages with conda install <package_name> and you can update Conda with the latest packages using conda update --all

To deactivate the Conda environment use the command conda deactivate.

 

Byla tato odpověď nápomocná? 0 Uživatelům pomohlo (0 Hlasů)