Actually I have just installed gsutil by following the instructions here.
But now when I am typing gsutil
at command prompt I am getting following:
No command was given.
Choose one of -b, -d, -e, or -r to do something.
Try `/usr/bin/gsutil --help' for more information.
What can be my mistake or am I supposed to do something else?
Is it due to that I have not set correct path in my .bashrc file
? Following path is set by me in .bashrc
file:
export PATH=${PATH}:$usr/bin/gsutil
and firstly I had set it to:
export PATH=${PATH}:$HOME/vishal/Downloads/gsutil/gsutil
and when i do echo $PATH,this gets displayed
/HOME/vishal/Downloads/gsutil/gsutil
but still when i do gsutil config or gsutil mb gs://(say gsutil mb gs://Project)
it displays
No command was given.
Choose one of -b, -d, -e, or -r to do something. Try `/usr/bin/gsutil --help' for more informatio
– vishal mahajan Nov 02 '12 at 09:26~/Downloads/gsutil/gsutil config
? What is the output ofwhich gsutil
? – qbi Nov 02 '12 at 10:16Choose one of -b, -d, -e, or -r to do something. Try `/usr/bin/gsutil --help' for more information
– vishal mahajan Nov 02 '12 at 10:22which gsutil
)? – qbi Nov 02 '12 at 10:39Choose one of -b, -d, -e, or -r to do something. Try `/usr/bin/gsutil --help' for more information.
– vishal mahajan Nov 02 '12 at 10:53vishal@XXXX:~$ gsutil cp *.png gs://my_pngs No command was given.
Choose one of -b, -d, -e, or -r to do something. Try `/usr/bin/gsutil --help' for more information.
But then from where to get thae GSutil which is command line tool for interaction with google cloud storage
– vishal mahajan Nov 02 '12 at 12:04