Answers for "set creditionals path"

1

python GOOGLE_APPLICATION_CREDENTIALS

import os
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "royaltyacquisitionmaster-522200445ae4.json"
Posted by: Guest on October-20-2020
1

mac set up aws credentials

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /

#Confirm
$ which aws
#/usr/local/bin/aws 
$ aws --version
#aws-cli/2.0.0 Python/3.7.4 Darwin/18.7.0 botocore/2.0.0

# Configure
aws configure
Posted by: Guest on February-21-2020

Python Answers by Framework

Browse Popular Code Answers by Language