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

huijun pushed a commit to branch huijunwu/20200717fixdocci
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/huijunwu/20200717fixdocci by 
this push:
     new 9852590  updatepip3
9852590 is described below

commit 9852590bd7099d440dc5d4aada3de25baa833d5e
Author: Huijun Wu <[email protected]>
AuthorDate: Fri Jul 17 19:39:28 2020 -0700

    updatepip3
---
 website2/website/scripts/python-doc-gen.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website2/website/scripts/python-doc-gen.sh 
b/website2/website/scripts/python-doc-gen.sh
index 40f562e..a4592e9 100755
--- a/website2/website/scripts/python-doc-gen.sh
+++ b/website2/website/scripts/python-doc-gen.sh
@@ -38,12 +38,12 @@ PIP_LOCATION=${HERON_ROOT_DIR}/bazel-bin/scripts/packages
 
 virtualenv "$VENV"
 source "$VENV/bin/activate"
-pip install pdoc==0.3.2
-pip install --ignore-installed six
+pip3 install pdoc==0.3.2
+pip3 install --ignore-installed six
 # Install the heronpy
 echo "list heronpy location"
 ls $PIP_LOCATION
-pip install $PIP_LOCATION/heronpy-*-py3-none-any.whl
+pip3 install $PIP_LOCATION/heronpy-*-py3-none-any.whl
 
 
 mkdir -p static/api && rm -rf static/api/python

Reply via email to