Skip to content

Commit

Permalink
remove powerline-shell reference in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Dec 27, 2023
1 parent d49823a commit 3824c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ pipx_install() {
install_packages python3.8 python3.8-venv || exit 1
sudo -H python3.8 -m pip install --upgrade pipx || exit 1
else
error "pipx is not available so cannot install powerline-shell to python venv"
error "pipx is not available on your distro and so cannot install $* to python venv"
fi
sudo PIPX_HOME=/usr/local/pipx PIPX_BIN_DIR=/usr/local/bin pipx install "$@" || error "Failed to install $* with pipx"
}
Expand Down

0 comments on commit 3824c1b

Please sign in to comment.