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