Skip to content

Commit 1d21b29

Browse files
committed
Update ads CLI to explicitly use python3.
1 parent 13b7ba4 commit 1d21b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export OCI_PYTHON_SDK_NO_SERVICE_IMPORTS=1
2-
python -m ads.cli "$@"
2+
python3 -m ads.cli "$@"

0 commit comments

Comments
 (0)