- Install Google cloud using, gcloud install by opening the terminal
- Check python version -- type python -version
- Run apt-get install python-setuptools
- Check if pip is installed, If not found, sudo easy_install pip
- Install google client tools for python using, pip install --upgrade google-api-python-client .
If not installed try the following commands (only for Mac users)
- Enter the following at a command prompt:
- $ curl https://sdk.cloud.google.com | bash
- Restart your shell:
- $ exec -l $SHELL
- $ gcloud init
6. Initialise gcloud using , gcloud init
7. Check big query using bq command, bq ls
No comments:
Post a Comment