We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfcd22 commit d958ee9Copy full SHA for d958ee9
templates/16-python.sh
@@ -22,7 +22,7 @@ build_python_build() {
22
BUILD_FINAL
23
abinfo "Installing Python (PyPI) package using $PYTHON ..."
24
"$PYTHON" "$SRCDIR"/setup.py install \
25
- --prefix=/usr --root="$PKGDIR" --optimize=1 \
+ --prefix=${PYTHON_PREFIX:-$PREFIX} --root="$PKGDIR" --optimize=1 \
26
|| abdie "Failed to install Python (PyPI) package using ${PYTHON}: $?."
27
abinfo "Cleaning Python (PyPI) package source tree ..."
28
bool "$NOPYTHONCLEAN" \
0 commit comments