From 22f986038ad4e24f106b92c3de63edf02c2d42f2 Mon Sep 17 00:00:00 2001 From: Antreas Antoniou Date: Sun, 23 Sep 2018 15:29:36 +0100 Subject: [PATCH] Update getting-started-in-a-lab.md --- notes/getting-started-in-a-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/getting-started-in-a-lab.md b/notes/getting-started-in-a-lab.md index fa0b324..e952e87 100644 --- a/notes/getting-started-in-a-lab.md +++ b/notes/getting-started-in-a-lab.md @@ -7,7 +7,7 @@ Open a terminal window (`Applications > Terminal`). We first need to activate our `mlp` Conda environment: ``` -source activate mlp +conda activate mlp ``` We now need to fetch any new code for the lab from the Github repository and create a new branch for this lab's work. First change in to the `mlpractical` repoistory directory (if you cloned the repository to a different directory than the default you will need to adjust the command below accordingly):