-
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
Last active
June 8, 2025 15:57
-
-
Save r0oland/d202be18f10e27ddbf8feaa617d7d5a8 to your computer and use it in GitHub Desktop.
Conda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment