小编Law*_*aur的帖子

在OSX 10.9.1上安装Google Cloud SDK时出现问题

这里有点新手,我试着按照这里的指导方针安装GC SDK

https://developers.google.com/compute/docs/gcutil/

Do you want to update your system path to include the Google Cloud SDK
 (Y/n)?  y

Enter path to a file to append the PATH update to, or leave blank to 
use /Users/lawrencetaur/.bash_profile:  

Do you want to enable command-line completion? (Y/n)?  y

Traceback (most recent call last):
  File "/Users/lawrencetaur/google-cloud-sdk/bin/bootstrapping/install.py", line 293, in     <module>
    bin_path=bootstrapping.BIN_DIR,
  File "/Users/lawrencetaur/google-cloud-sdk/bin/bootstrapping/install.py", line 213, in     UpdatePath
    with open(rc_path, 'w') as rc_file:
IOError: [Errno 13] Permission denied: '/Users/lawrencetaur/.bash_profile'
Run Code Online (Sandbox Code Playgroud)

我想要的就是像debian实例一样使用它https://developers.google.com/compute/docs/quickstart#servewebpages

macos installation google-compute-engine

10
推荐指数
2
解决办法
1万
查看次数