Do Instructions for Setting up the Google API Key Open your .bashrc file with the nano editor:
bash Copy code
nano ~/.bashrc
Add the following line at the end of the file:
export GOOGLE_API_KEY=your_google_api_key_here
Replace your_google_api_key_here with your actual Google API key.
Save and exit:
Press Ctrl + X, then press Y to confirm the changes, and hit Enter. Reload the .bashrc file:
After modifying .bashrc, reload it for the changes to take effect:
bash Copy code
source ~/.bashrc