Created
November 14, 2018 09:28
-
-
Save thepycoder/8ea6f8e951fe90ab5aef15a18a705942 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Linux and MacOS | |
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]" | |
# Windows cmd | |
set GOOGLE_APPLICATION_CREDENTIALS=[PATH] | |
# Windows PowerShell | |
$env:GOOGLE_APPLICATION_CREDENTIALS="[PATH]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment