merlimat commented on a change in pull request #5335: Build python 37 artifacts
and use them for the docker image
URL: https://github.com/apache/pulsar/pull/5335#discussion_r332304347
##########
File path: docker/pulsar/scripts/install-pulsar-client-37.sh
##########
@@ -20,5 +20,5 @@
set -x
-WHEEL_FILE=$(ls /pulsar/pulsar-client | grep cp35)
+WHEEL_FILE=$(ls /pulsar/pulsar-client | grep cp37)
pip3.5 install /pulsar/pulsar-client/${WHEEL_FILE}
Review comment:
`pip3.7` or `pip3`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services