You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/05/02 04:22:44 UTC

[pulsar] branch master updated: Use pip2 command for installation (#4191)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 97bc7e0   Use pip2 command for installation (#4191)
97bc7e0 is described below

commit 97bc7e07aedf6bde55882ad7974ff57cb18530c3
Author: Ali Ahmed <al...@gmail.com>
AuthorDate: Wed May 1 21:22:38 2019 -0700

     Use pip2 command for installation (#4191)
---
 docker/pulsar/scripts/install-pulsar-client-27.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/pulsar/scripts/install-pulsar-client-27.sh b/docker/pulsar/scripts/install-pulsar-client-27.sh
index 8c5b362..973c69c 100755
--- a/docker/pulsar/scripts/install-pulsar-client-27.sh
+++ b/docker/pulsar/scripts/install-pulsar-client-27.sh
@@ -21,4 +21,4 @@
 set -x
 
 WHEEL_FILE=$(ls /pulsar/pulsar-client | grep cp27)
-pip install /pulsar/pulsar-client/${WHEEL_FILE}
+pip2 install /pulsar/pulsar-client/${WHEEL_FILE}