We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12acfc1 commit b87d075Copy full SHA for b87d075
1 file changed
install.sh
@@ -90,7 +90,7 @@ _bootstrap_venv() {
90
fi
91
92
_msg " → Creating Python $min_python venv"
93
- "${prefix}/uv" venv --python "$min_python" "${prefix}/venv" \
+ "${prefix}/uv" venv --python "$min_python" ${quiet:+--quiet} "${prefix}/venv" \
94
|| { printf "ERROR: Failed to create Python %s venv — see uv error above\n" "$min_python" >&2; exit 1; }
95
_msg " ✓ venv created"
96
}
0 commit comments