taers232c / GAMADV-XTD3

Command line tool to manage Google Workspace
703 stars 87 forks source link

Install script uses broken Python3 Framework #285

Closed vazome closed 1 year ago

vazome commented 2 years ago

Command launch cases a download error:

image

Because python3 on macOS by default is a framework and has its own issues: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 So instead, I used the default python3 install location /usr/bin/python3:

image

And it worked like a charm