Skip to content

Commit

Permalink
fix warning box in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher authored Sep 9, 2024
1 parent 9bf569e commit a361d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ activate-global-python-argcomplete
eval "$(register-python-argcomplete ros2-pkg-create)"
```

> **Warning**
> [!WARNING]
> Outside of a virtual environment, *pip* may default to a user-site installation of executables to `~/.local/bin`, which may not be present in your shell's `PATH`. If running `ros2-pkg-create` errors with `ros2-pkg-create: command not found`, add the directory to your path. [*(More information)*](https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-to-the-user-site)
> ```bash
> echo "export PATH=\$HOME/.local/bin:\$PATH" >> ~/.bashrc
Expand Down

0 comments on commit a361d33

Please sign in to comment.