nasa / RHEAS

Regional Hydrologic Extremes Assessment System
MIT License
73 stars 54 forks source link

Error: Referenced option does not exist: environment EARTHDATA_USER when running #103

Closed samburu closed 5 years ago

samburu commented 5 years ago

Error: Referenced option does not exist: environment EARTHDATA_USER when running ./bin/buildout

samburu commented 5 years ago

replaced ${environment:EARTHDATA_USER} with Earthdata username and ${environment:EARTHDATA_PASSWORD} with password

kandread commented 5 years ago

Another way that this can be fixed is if you set the environment variables before running the buildout script export EARTHDATA_USER=username export EARTHDATA_PASSWORD=password

samburu commented 5 years ago

Thanks with export I don't have to expose the login details safe