From 570b449899c23469d2febb635f12e6c210ade55e Mon Sep 17 00:00:00 2001 From: Arushi Goel Date: Mon, 14 Sep 2020 16:51:24 +0100 Subject: [PATCH] Check bashrc and benv files for path in environmental setup --- notes/environment-set-up.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/notes/environment-set-up.md b/notes/environment-set-up.md index 0144f20..b9e9812 100644 --- a/notes/environment-set-up.md +++ b/notes/environment-set-up.md @@ -62,6 +62,12 @@ echo ". /afs/inf.ed.ac.uk/user/${USER:0:3}/$USER/miniconda3/etc/profile.d/conda. echo ". /afs/inf.ed.ac.uk/user/${USER:0:3}/$USER/miniconda3/etc/profile.d/conda.sh" >> ~/.benv ``` +To avoid any errors later, check both the bashrc and benv files for the correct file path by running : + +``` +vim ~/.bashrc and vim ~/.benv +``` + For those who this appears a bit opaque to and want to know what is going on see here [1](#f1). We now need to `source` the updated `~/.benv` so that the `PATH` variable in the current terminal session is updated: