From e2702c927c6ad8bb8d5c9f54ef9dafcf3e1bb378 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Sat, 13 Feb 2021 03:03:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3edc82c..ec9ac11 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ $ python3 -m pip install --user pipx $ python3 -m pipx ensurepath ``` +You will have to re-source your ~/.bashrc or ~/.zshrc file (or open a new tab) after running these commands in order to use pipx. + Note that if you want to elevate privileges to run a program installed with `pipx`, with `sudo`, you have two options: 1. Append the appropriate path to your execution command, using _one_ of the following examples (recommended):