Opened 7 years ago

Closed 7 years ago

#54658 closed defect (fixed)

google-cloud-sdk @167.0.0: gsutil & bq commands don't work

Reported by: mndavidoff (Monte Davidoff) Owned by: Monte Davidoff <md14-github@…>
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: google-cloud-sdk

Description

The gsutil and bq commands, provided by the google-cloud-sdk port, do not seem to work.

$ gsutil
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file '/opt/local/bin/bootstrapping/gsutil.py': [Errno 2] No such file or directory
$ bq
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file '/opt/local/bin/bootstrapping/bq.py': [Errno 2] No such file or directory

Change History (2)

comment:2 Changed 7 years ago by Monte Davidoff <md14-github@…>

Owner: set to Monte Davidoff <md14-github@…>
Resolution: fixed
Status: newclosed

In ef5ff4e23b63e20769475ab07430a71432532659/macports-ports:

google-cloud-sdk: Fix gsutil and bq commands

Fixes: #54658

Set the CLOUDSDK_CONFIG environment variable for the duration of
install.sh to prevent modifying the user's ~/.config as root.

Note: See TracTickets for help on using tickets.