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 be2812c commit 7fccd35
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 @@ -70,7 +70,7 @@ pip install docker-run-cli
source $(activate-python-docker-run-shell-completion 2> /dev/null)
```

> **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 `docker-run` errors with `docker-run: 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 7fccd35

Please sign in to comment.