Skip to content

Commit 33625e7

Browse files
authored
fix(setup): add the correct bin directory to PATH (#13946)
1 parent 3d92547 commit 33625e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ install_from_archive() {
203203
printf " ✓\n"
204204

205205
if [ "$modify_path" = "yes" ]; then
206-
local _path="export PATH=$PATH:$prefix"
206+
local _path="export PATH=$PATH:$prefix/bin"
207207
add_to_path "${HOME}/.zprofile" "${_path}"
208208
add_to_path "${HOME}/.profile" "${_path}"
209209
fi

0 commit comments

Comments
 (0)