1.9. Conda / miniconda / anaconda#
Programs that manages other programs, specificaly for python
A forver power struggle between slight changes in package/library versions
Without
conda, you will definitely bloat your computer with 3 different versions of pythonVery important to have:
Virtiual envionrments - virtual partition which isolates different paackages that might otherwise confict
jupyter lab/jupyter notebook- interactive interface for python. very helpful for beginnners
1.9.1. Installing Miniforge3#
In the repository:
Scroll down to the
DownloadsectionFind your operating system (OS)
Click the link
Copy the downloaded file to your
~/ProgramsfolderMake one if you haven’t! (
mkdir -p ~/Programs)
Run the installation script with
bash <Miniforge-link>.shChoose your installation directory as
~/Programs/miniforge3
By default, you start in the base environment, which looks like:
(base) username@computer:~ username$