Skip to content

Commit

Permalink
Merge pull request #6 from PPeltzerFka/main
Browse files Browse the repository at this point in the history
Escaped Environment Variables in 'echo ... >> ~/.bashrc' command hinted in README
  • Loading branch information
lreiher authored Sep 29, 2023
2 parents 20368a4 + b1a3af4 commit 1063da4
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 @@ -66,7 +66,7 @@ source $(activate-python-docker-run-shell-completion 2> /dev/null)
> **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
> echo "export PATH=\$HOME/.local/bin:\$PATH" >> ~/.bashrc
> source ~/.bashrc
> ```
Expand Down

0 comments on commit 1063da4

Please sign in to comment.