Skip to content

Commit dc9b44d

Browse files
authored
Update ads CLI to explicitly use python3 (#165)
2 parents 13b7ba4 + 1d21b29 commit dc9b44d

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)