From 06a753bc994edc6ce24fce17ff0ae00895a21ab3 Mon Sep 17 00:00:00 2001 From: Antreas Antoniou Date: Tue, 25 Sep 2018 15:47:45 +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 7725c9d..0144f20 100644 --- a/notes/environment-set-up.md +++ b/notes/environment-set-up.md @@ -383,8 +383,8 @@ You will then be asked whether to prepend the Miniconda binaries directory to th Append the Miniconda binaries directory to `PATH` in manually in `~/.benv`: ``` -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 ``` `source` the updated `~/.benv`: