From 8e509e19bea1318950b471c394425ecf348bbf86 Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Wed, 2 Jun 2021 10:02:56 +0100 Subject: [PATCH] Update virtual-device.md --- .../lessons/1-introduction-to-iot/virtual-device.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started/lessons/1-introduction-to-iot/virtual-device.md b/1-getting-started/lessons/1-introduction-to-iot/virtual-device.md index 9a37122e..578fcfed 100644 --- a/1-getting-started/lessons/1-introduction-to-iot/virtual-device.md +++ b/1-getting-started/lessons/1-introduction-to-iot/virtual-device.md @@ -119,7 +119,7 @@ Create a Python application to print `"Hello World"` to the console. ```sh code . ``` - >If your terminal returns `command not found` you can learn how to add VS Code to PATH using this [link](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line). + > 💁 If your terminal returns `command not found` on macOS it means VS Code has not been added to PATH you can [add VS Code to PATH](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line) and run the command afterwards. VS Code is installed to PATH by default on Windows and Linux. 1. When VS Code launches, it will activate the Python virtual environment. You will see this in the bottom status bar: