GoogleCloudPlatform / GoogleCloudPlatform/gsutil
gsutil does not install by default with gcloud SDK on OS X
Open
- Dominant language
- Python
- Stars
- 918
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
When using this method of installing gcloud:
```
curl https://sdk.cloud.google.com | bash
```
gsutil is not installed, even after updating components with `gcloud components update`.
What did work, however, was specifying to install it with `gcloud components install gsutil` which I do not see in the docs. This is not a path issue because I checked the SDK's bin directory to confirm: `google-cloud-sdk/bin`
Contributor guide
Assessment
This issue has not been assessed yet.