Skip to content

Commit b407b12

Browse files
committed
Corrected the pip install path
1 parent de81c7d commit b407b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
# Upgrade pip and install package
2323
echo "Installing dependencies..."
2424
"$HELM_PLUGIN_DIR/venv/bin/pip" install --upgrade pip
25-
"$HELM_PLUGIN_DIR/venv/bin/pip" install -e . || {
25+
"$HELM_PLUGIN_DIR/venv/bin/pip" install -e $HELM_PLUGIN_DIR || {
2626
echo "Error: Failed to install package dependencies"
2727
exit 1
2828
}

0 commit comments

Comments
 (0)