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
Installing Miniforge3#
In the repository:
Scroll down to the
Download
sectionFind your operating system (OS)
Click the link
Copy the downloaded file to your
~/Programs
folderMake one if you haven’t! (
mkdir -p ~/Programs
)
Run the installation script with
bash <Miniforge-link>.sh
Choose your installation directory as
~/Programs/miniforge3
By default, you start in the base
environment, which looks like:
(base) username@computer:~ username$