Hi Team,
I have downloaded gsutil(which i need to interct with cloud storage) from
https://developers.google.com/storage/docs/gsutil_installand then installed according as per instructions
I also have set path in .bashrc file as
export PATH=$HOME/vishal/Downloads/gsutil:${PATH} (it is path where my gsutil is installed)
still when i am giving
vishal@XXXX:~$ gsutil config
the output it is displaying as follows
No command was given.
Choose one of -b, -d, -e, or -r to do something.
Try `/usr/bin/gsutil --help' for more information.
Please suggest me what is wrong?
Thanks