From a571349ce8e3695c0a79082e75205d56941cd162 Mon Sep 17 00:00:00 2001 From: Antreas Antoniou Date: Sun, 23 Sep 2018 15:29:22 +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 0b9f2a4..1e8c0a2 100644 --- a/notes/environment-set-up.md +++ b/notes/environment-set-up.md @@ -137,7 +137,7 @@ This bootstraps a new Conda environment named `mlp` with a minimal Python 3 inst We will now *activate* our created environment: ``` -source activate mlp +conda activate mlp ``` or on Windows only