Skip to content

1. Initialize the environment

Toni G edited this page Oct 6, 2023 · 1 revision

Install miniconda first

One-time setup

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh -b -f -p $WORK/miniconda
$WORK/miniconda/bin/conda init

Then logout and login again. Note that $WORK may be replaced with a more convenient directory.