Skip to content

Commit 9d1aabb

Browse files
committed
installer improvements
1 parent 8d0f830 commit 9d1aabb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: install.sh

-4
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ install_pipx() {
273273

274274
fi
275275

276-
# Check if PIPX_BIN_DIR is set and not empty, otherwise default to ~/.local/bin
277-
PIPX_BIN_DIR="${PIPX_BIN_DIR:-$HOME/.local/bin}"
278-
echo -e "\nAdding $PIPX_BIN_DIR to PATH for this installation session"
279-
export PATH="$PATH:$PIPX_BIN_DIR"
280276
}
281277

282278
install_froster() {

0 commit comments

Comments
 (0)