From 8280ace20426e32f237869a41f05f7330f66db62 Mon Sep 17 00:00:00 2001 From: Antreas Antoniou Date: Mon, 24 Sep 2018 10:45:28 +0100 Subject: [PATCH] Update environment-set-up.md --- notes/environment-set-up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/environment-set-up.md b/notes/environment-set-up.md index f766c82..77134fd 100644 --- a/notes/environment-set-up.md +++ b/notes/environment-set-up.md @@ -154,7 +154,7 @@ activate mlp When a environment is activated its name will be prepended on to the prompt which should now look something like `(mlp) [machine-name]:~$` on DICE. -**You need to run this `source activate mlp` command every time you wish to activate the `mlp` environment in a terminal (for example at the beginning of each lab)**. When the environment is activated, the environment will be searched first when running commands so that e.g. `python` will launch the Python interpreter installed locally in the `mlp` environment rather than a system-wide version. +**You need to run this `conda activate mlp` command every time you wish to activate the `mlp` environment in a terminal (for example at the beginning of each lab)**. When the environment is activated, the environment will be searched first when running commands so that e.g. `python` will launch the Python interpreter installed locally in the `mlp` environment rather than a system-wide version. If you wish to deactivate an environment loaded in the current terminal e.g. to launch the system Python interpreter, you can run `source deactivate` (just `deactivate` on Windows).