From 0ff12ee52c749160e6f995195dfa144acbbafbc9 Mon Sep 17 00:00:00 2001 From: jdcc Date: Thu, 2 Jun 2022 09:38:48 -0400 Subject: [PATCH] Dash to underscore --- .../setup/software-setup/TechnicalWorkflowAndBestPractices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/curriculum/setup/software-setup/TechnicalWorkflowAndBestPractices.md b/sources/curriculum/setup/software-setup/TechnicalWorkflowAndBestPractices.md index b243ec35..69b89fa0 100644 --- a/sources/curriculum/setup/software-setup/TechnicalWorkflowAndBestPractices.md +++ b/sources/curriculum/setup/software-setup/TechnicalWorkflowAndBestPractices.md @@ -86,7 +86,7 @@ let's set it up: - In the terminal (on the course server) type ss -lntu. This will list all ports - Pick a port number between 1024 and 65535 that is **NOT on that list**. -3. Navigate to `/mnt/data/projects/food-inspections` to activate your virtual environment (you might need to run `direnv allow` if this is your first time doing so) +3. Navigate to `/mnt/data/projects/food_inspections` to activate your virtual environment (you might need to run `direnv allow` if this is your first time doing so) - If you want to confirm your virtualenv has properly activated, run `which python` 4. Now, start the jupyter server