Install Python pacakges with --user

pull/21451/head
Lidi Zheng 5 years ago
parent 28ca0c6b6a
commit cceacf1d16
  1. 10
      tools/internal_ci/macos/grpc_build_artifacts.sh

@ -21,11 +21,11 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_macos_rc
# install cython for all python versions
python2.7 -m pip install -U cython setuptools wheel
python3.5 -m pip install -U cython setuptools wheel
python3.6 -m pip install -U cython setuptools wheel
python3.7 -m pip install -U cython setuptools wheel
python3.8 -m pip install -U cython setuptools wheel
python2.7 -m pip install -U cython setuptools wheel --user
python3.5 -m pip install -U cython setuptools wheel --user
python3.6 -m pip install -U cython setuptools wheel --user
python3.7 -m pip install -U cython setuptools wheel --user
python3.8 -m pip install -U cython setuptools wheel --user
# needed to build ruby artifacts
time bash tools/distrib/build_ruby_environment_macos.sh

Loading…
Cancel
Save