Pobrałem Google Cloud SDK dla Pythona na moim Ubuntu. (https://cloud.google.com/sdk/docs/quickstart-linux#before-you-begin)Nie mogę zainicjować Google Cloud SDK na Ubuntu
Potem następuje kroki ze strony, ale gdy uruchamiam
gcloud init
otrzymuję ten
Could not setup log file in /home/ariel/.config/gcloud/logs, (IOError: [Errno 13] Permission denied: '/home/ariel/.config/gcloud/logs/2016.05.25/11.54.37.438036.log') Welcome! This command will take you through the configuration of gcloud.
ERROR: (gcloud.init) Failed to create the default configuration. Ensure your have the correct permissions on: [/home/ariel/.config/gcloud/configurations]. Could not create directory [/home/ariel/.config/gcloud/configurations]: Permission denied.
Please verify that you have permissions to write to the parent directory.
PS: Potem znalazłem ten inny plik https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python (wydaje być taki sam, ale wynosi 40,2 MB, a używany był 7,5MB)
Dzięki! Ariel
Miałem ten sam problem. Wygląda jak błąd w ich instalacji, aby zostawić mój własny katalog konfiguracyjny jako root-only – nealmcb
Świetna robota, Ariel! –