|
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" |
|
bash Miniforge3-$(uname)-$(uname -m).sh -b |
|
source ~/miniforge3/bin/activate |
AFAIK this is the quickest way to get a throwaway conda-like env
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
eval "$(./bin/micromamba shell hook -s posix)"
hackathon-2026/installation.sh
Lines 3 to 5 in 903a3b7
AFAIK this is the quickest way to get a throwaway conda-like env