From bb8c9d6753622fb6a8fef94fbea394008eb7b621 Mon Sep 17 00:00:00 2001 From: Jae Yung Kim Date: Wed, 4 Jun 2025 21:22:44 +0100 Subject: [PATCH 1/2] Update getting_started.md --- lectures/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/getting_started.md b/lectures/getting_started.md index d5645794..7d1c9375 100644 --- a/lectures/getting_started.md +++ b/lectures/getting_started.md @@ -123,7 +123,7 @@ One `conda` command you should execute regularly is the one that updates the who As a practice run, please execute the following 1. Open up a terminal -1. Type `conda update anaconda` +1. Type `conda update conda` For more information on conda, type conda help in a terminal. From 2431e0c6c3579594cea193252df1a21fb0bf7a4e Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 5 Jun 2025 11:32:41 +1000 Subject: [PATCH 2/2] update section title --- lectures/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/getting_started.md b/lectures/getting_started.md index 7d1c9375..d6798fb5 100644 --- a/lectures/getting_started.md +++ b/lectures/getting_started.md @@ -114,7 +114,7 @@ Important points: * Make sure you install the correct version for your OS. * If you are asked during the installation process whether you'd like to make Anaconda your default Python installation, say yes. -### Updating Anaconda +### Updating `conda` Anaconda supplies a tool called `conda` to manage and upgrade your Anaconda packages. @@ -125,7 +125,7 @@ As a practice run, please execute the following 1. Open up a terminal 1. Type `conda update conda` -For more information on conda, type conda help in a terminal. +For more information on conda, type conda help in a terminal. (ipython_notebook)= ## {index}`Jupyter Notebooks `