From 845ba07cd20866662f1482af88256db5589dbcb8 Mon Sep 17 00:00:00 2001 From: Antreas Antoniou Date: Tue, 25 Sep 2018 15:24:01 +0100 Subject: [PATCH] Update environment-set-up.md --- notes/environment-set-up.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/environment-set-up.md b/notes/environment-set-up.md index cce7b2e..7725c9d 100644 --- a/notes/environment-set-up.md +++ b/notes/environment-set-up.md @@ -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 ``` -echo ". /afs/inf.ed.ac.uk/user/s14/s1473470/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" >> ~/.bashrc +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 [1](#f1).