From b25b3467fe5223c029bf52a0c97ac40ece11b0cc Mon Sep 17 00:00:00 2001 From: Connor Jakubik Date: Sun, 15 Mar 2020 15:29:51 -0500 Subject: [PATCH] Reset your console after userpath append This was needed in Ubuntu. --- docs/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 94e29e35..04e63366 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -13,7 +13,9 @@ python3 -m pip install --user pipx python3 -m userpath append ~/.local/bin ``` -Then install gdbgui with pipx: +Restart/re-source your console to make sure the userpath is up to date. + +Then, install gdbgui with pipx: ``` pipx install gdbgui