Tweak the pip PATH callouts.
This commit is contained in:
parent
5039a50831
commit
85d35c7ff9
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ West can be installed by using the `pip` python package manager.
|
||||||
pip3 install --user -U west
|
pip3 install --user -U west
|
||||||
```
|
```
|
||||||
|
|
||||||
:::tip pip user packages
|
:::danger pip user packages
|
||||||
If you haven't done so yet, you may need to add the Python Pip user package directory to your `PATH`, e.g.:
|
If you haven't done so yet, you may need to add the Python Pip user package directory to your `PATH`, e.g.:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -306,7 +306,7 @@ cd zmk
|
||||||
west init -l app/
|
west init -l app/
|
||||||
```
|
```
|
||||||
|
|
||||||
:::note
|
:::caution Command Not Found?
|
||||||
If you encounter errors like `command not found: west` then your `PATH` environment variable is likely
|
If you encounter errors like `command not found: west` then your `PATH` environment variable is likely
|
||||||
missing the Python 3 user packages directory. See the [West Build Command](#west-build-command)
|
missing the Python 3 user packages directory. See the [West Build Command](#west-build-command)
|
||||||
section again for links to how to do this
|
section again for links to how to do this
|
||||||
|
|
Loading…
Reference in a new issue