diff --git a/distribution/install.sh b/distribution/install.sh index 847272e5b88d6..9d16c7bed3f2a 100755 --- a/distribution/install.sh +++ b/distribution/install.sh @@ -203,7 +203,7 @@ install_from_archive() { printf " ✓\n" if [ "$modify_path" = "yes" ]; then - local _path="export PATH=$PATH:$prefix" + local _path="export PATH=$PATH:$prefix/bin" add_to_path "${HOME}/.zprofile" "${_path}" add_to_path "${HOME}/.profile" "${_path}" fi