Skip to content

Commit 8b003b6

Browse files
committed
fix: ensure we use a python binary from venv
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 2f908f0 commit 8b003b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rhdp/wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fi
6666
echo "---------------------"
6767
echo "defining cluster"
6868
echo "---------------------"
69-
python3 rhdp/rhdp-cluster-define.py ${AZUREREGION}
69+
python rhdp/rhdp-cluster-define.py ${AZUREREGION}
7070
echo "---------------------"
7171
echo "cluster defined"
7272
echo "---------------------"

0 commit comments

Comments
 (0)