We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12464de commit beef8b0Copy full SHA for beef8b0
1 file changed
linuxdeploy-plugin-python.sh
@@ -129,6 +129,7 @@ HOME="${PYTHON_BUILD_DIR}" make -j"$NPROC" DESTDIR="$APPDIR" install
129
if [ ! -z "${PIP_REQUIREMENTS}" ]; then
130
cd "${APPDIR}/${prefix}/bin"
131
pythons=( "python"?"."? )
132
+ HOME="${PYTHON_BUILD_DIR}" PYTHONHOME=$(readlink -f ${PWD}/..) ./${pythons[0]} -m pip install --upgrade pip
133
HOME="${PYTHON_BUILD_DIR}" PYTHONHOME=$(readlink -f ${PWD}/..) ./${pythons[0]} -m pip install ${PIP_OPTIONS} ${PIP_REQUIREMENTS}
134
fi
135
0 commit comments