Skip to content

Commit

Permalink
Tweak Python install in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed Oct 29, 2021
1 parent a825d2f commit 65b565e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kokoro/linux/benchmark/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ popd
./configure CXXFLAGS="-fPIC -O2"
make -j8
pushd python
virtualenv -p python3 env
source env/bin/activate
python3 setup.py build --cpp_implementation
pip3 install . --user
pip3 install --install-option="--cpp_implementation" .
popd

# build and run Python benchmark
Expand Down

0 comments on commit 65b565e

Please sign in to comment.