File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ PATH="$new_path" uv tool uninstall --quiet beeai-cli >/dev/null 2>&1 || true
1515
1616echo " Installing beeai-cli..."
1717case " ${BEEAI_VERSION:- latest} " in
18- " latest" ) PATH=" $new_path " uv tool install --refresh --quiet --force beeai-cli ;;
19- " pre" ) PATH=" $new_path " uv tool install --refresh --quiet --force --pre beeai-cli ;;
20- * ) PATH=" $new_path " uv tool install --refresh --quiet --force " beeai-cli==$BEEAI_VERSION " ;;
18+ " latest" ) PATH=" $new_path " uv tool install --managed-python -- refresh --quiet --force beeai-cli ;;
19+ " pre" ) PATH=" $new_path " uv tool install --managed-python -- refresh --quiet --force --pre beeai-cli ;;
20+ * ) PATH=" $new_path " uv tool install --managed-python -- refresh --quiet --force " beeai-cli==$BEEAI_VERSION " ;;
2121esac
2222PATH=" $new_path " beeai self install
You can’t perform that action at this time.
0 commit comments