Skip to content

Commit

Permalink
patch pip script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jun 30, 2024
1 parent 1c46527 commit fd38c77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/build_cosmo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ echo "::group::Test python"
cd ${BUILDDIR}

cd python-install
./bin/python.com --version
./bin/python --version

echo "::endgroup::"
###############
Expand All @@ -405,11 +405,11 @@ echo "::group::Preload pip"
cd ${BUILDDIR}

cd python-install
./bin/python.com -m ensurepip
./bin/python.com -m pip install -r ${WORKDIR}/baseline/requirements.txt
./bin/python -m ensurepip
./bin/python -m pip install -r ${WORKDIR}/baseline/requirements.txt

#python3 ${WORKDIR}/scripts/patch_pip_script.py ./bin/pip3
#python3 ${WORKDIR}/scripts/patch_pip_script.py ./bin/pip${PYTHON_VER}
python3 ${WORKDIR}/scripts/patch_pip_script.py ./bin/pip3
python3 ${WORKDIR}/scripts/patch_pip_script.py ./bin/pip${PYTHON_VER}

echo "::endgroup::"
###################
Expand Down

0 comments on commit fd38c77

Please sign in to comment.