ESPRI-Mod / synda

ESGF Downloader (this is a deprecated repository, the tool has now moved to https://github.com/ESGF/esgf-download)
https://espri-mod.github.io/synda/
21 stars 11 forks source link

Download not working when `wget` is installed outside standard locations #196

Open dhohn opened 2 years ago

dhohn commented 2 years ago

Downloading didn't work on my Macbook because my wget is installed in /opt/homebrew/bin instead of the standard linux locations. The sdget.sh script sets PATH to /sbin:/bin:/usr/sbin:/usr/bin. I'm not quite sure why.

When I comment out the line (or add my install dir) downloading works as expected.