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
az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
The /usr/bin/az shell script wrapper in the RPM doesn't use a full path to the OS python. This means, if the user has another python in their PATH, the az command may fail. In particular, I've noticed this against an alternate build of python3 that doesn't have CFFI, where az acr login -n REGNAME fails with a traceback.
I note that python commands that come with CentOS/RHEL encode it as an absolute path (e.g., /usr/bin/yum).
This is known to occur in 2.0.80, 2.1.0 and dev. I've submitted a PR with a potential fix: #12467
The text was updated successfully, but these errors were encountered:
The /usr/bin/az shell script wrapper in the RPM doesn't use a full path to the OS python. This means, if the user has another python in their PATH, the az command may fail. In particular, I've noticed this against an alternate build of python3 that doesn't have CFFI, where
az acr login -n REGNAME
fails with a traceback.I note that python commands that come with CentOS/RHEL encode it as an absolute path (e.g., /usr/bin/yum).
This is known to occur in 2.0.80, 2.1.0 and dev. I've submitted a PR with a potential fix: #12467
The text was updated successfully, but these errors were encountered: