docs: Fixes #189. Change "C:\Python38\Scripts" to "%USERPROFILE%\AppData\Roaming\Python\Python38\Scripts".

This commit is contained in:
innovaker 2020-09-18 21:41:56 +01:00
parent c0806d27f1
commit 76257066e8

View file

@ -213,7 +213,7 @@ source ~/.bashrc
<TabItem value = 'win'>
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`.
</TabItem>
</Tabs>