Git

We have installed Git in anaconda.

You can just add these lines to ~/.profile or ~/.bashrc:

export PATH=/public/software/anaconda/anaconda3/bin:$PATH
. /public/software/anaconda/anaconda3/etc/profile.d/conda.sh
conda activate python37