Skip to content

Commit beef8b0

Browse files
authored
pip install --upgrade pip
1 parent 12464de commit beef8b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linuxdeploy-plugin-python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ HOME="${PYTHON_BUILD_DIR}" make -j"$NPROC" DESTDIR="$APPDIR" install
129129
if [ ! -z "${PIP_REQUIREMENTS}" ]; then
130130
cd "${APPDIR}/${prefix}/bin"
131131
pythons=( "python"?"."? )
132+
HOME="${PYTHON_BUILD_DIR}" PYTHONHOME=$(readlink -f ${PWD}/..) ./${pythons[0]} -m pip install --upgrade pip
132133
HOME="${PYTHON_BUILD_DIR}" PYTHONHOME=$(readlink -f ${PWD}/..) ./${pythons[0]} -m pip install ${PIP_OPTIONS} ${PIP_REQUIREMENTS}
133134
fi
134135

0 commit comments

Comments
 (0)