-
fix issues with powershell and conda 24.x
conda install -n base -c defaults conda=25.*
-
Create a new environment:
conda create --name myenv python=3.8
-
Update Python / Conda packages using mamba:
mamba update --all
-
standard tools I basically always need:
mamba install matplotlib regex pandas numpy -y
conda config --set solver libmamba