Update environment-set-up.md

This commit is contained in:
Antreas Antoniou 2018-09-25 15:24:01 +01:00 committed by GitHub
parent b5df331b5a
commit 845ba07cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,8 +58,8 @@ definition in `.bashrc`. As the DICE bash start-up mechanism differs from the st
On DICE, append the Miniconda binaries directory to `PATH` in manually in `~/.benv` using On DICE, append the Miniconda binaries directory to `PATH` in manually in `~/.benv` using
``` ```
echo ". /afs/inf.ed.ac.uk/user/s14/s1473470/miniconda3/etc/profile.d/conda.sh" >> ~/.bashrc echo ". /afs/inf.ed.ac.uk/user/${USER:0:3}/$USER/miniconda3/etc/profile.d/conda.sh" >> ~/.bashrc
echo ". /afs/inf.ed.ac.uk/user/s14/s1473470/miniconda3/etc/profile.d/conda.sh" >> ~/.benv echo ". /afs/inf.ed.ac.uk/user/${USER:0:3}/$USER/miniconda3/etc/profile.d/conda.sh" >> ~/.benv
``` ```
For those who this appears a bit opaque to and want to know what is going on see here <sup id="a1">[1](#f1)</sup>. For those who this appears a bit opaque to and want to know what is going on see here <sup id="a1">[1](#f1)</sup>.