You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll be closing this since this is not a cli specific issue and won't be introducing a specific fix for this. A possible cause for this issue is by curling the script install in a bash environment, users facing the issue should see the link above for a fix.
Mac OS Catalina is using zsh by default, not bash.
Setting:
[[ -e "/<...>/lib/oracle-cli/lib/python3.8/site-packages/oci_cli/bin/oci_autocomplete.sh" ]] && source "/<...>/lib/oracle-cli/lib/python3.8/site-packages/oci_cli/bin/oci_autocomplete.sh"
will raise:
/<...>/lib/oracle-cli/lib/python3.8/site-packages/oci_cli/bin/oci_autocomplete.sh:12: command not found: complete
The text was updated successfully, but these errors were encountered: