You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/python/python-tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ To successfully complete this tutorial, you must do the following:
30
30
31
31
1. On Windows, make sure the location of your Python interpreter is included in your PATH environment variable. You can check this by running `path` at the command prompt. If the Python interpreter's folder isn't included, open Windows Settings, search for "environment", select **Edit environment variables for your account**, then edit the **Path** variable to include that folder.
32
32
33
-
1. On macOS, make sure the location of your VS Code installation is included in your PATH environment variable. See [the setup instructions](/docs/setup/mac.md#launching-from-the-command-line) for more information.
33
+
1. On MacOS, make sure the location of your VS Code installation is included in your PATH environment variable. See [the setup instructions](/docs/setup/mac.md#launching-from-the-command-line) for more information.
0 commit comments