camerican / Help-Desk

Help Desk for NYCDA Projects
1 stars 1 forks source link

API Key not found through environment variable #1

Closed camerican closed 7 years ago

camerican commented 7 years ago

API Key not found through environment variable.

The issue was resolved by adding the API key to the ~/.bash_profile and then source-ing the bash profile. We can add the following line to our .bash_profile

export GOOGLE_MAPS_API_KEY=REPLACE_THIS_PART_WITH_YOUR_OWN_KEY

and then running source ~/.bash_profile