From 76257066e815cc1ee95e842b6dbf8cdeab2b9294 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 18 Sep 2020 21:41:56 +0100 Subject: [PATCH] docs: Fixes #189. Change "C:\Python38\Scripts" to "%USERPROFILE%\AppData\Roaming\Python\Python38\Scripts". --- docs/docs/dev-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md index 1d7d703b..b02f70b3 100644 --- a/docs/docs/dev-setup.md +++ b/docs/docs/dev-setup.md @@ -213,7 +213,7 @@ source ~/.bashrc 1. See the [Environment Variables](#environment-variables) section on how to get to the Environment Variables page. -3. Click "Edit..." and then "New" to add the directory where your west.exe is located. By default this should be something like `C:\Python38\Scripts`. +3. Click "Edit..." and then "New" to add the directory where your west.exe is located. By default this should be something like `%USERPROFILE%\AppData\Roaming\Python\Python38\Scripts`.