cyberdelia / heroku-geo-buildpack

Geo libraries for Heroku
https://github.com/heroku/heroku-geo-buildpack
114 stars 135 forks source link

GDAL binaries dir not in $PATH #41

Closed MatzFan closed 7 years ago

MatzFan commented 8 years ago

I'd like to be able to access the GDAL binaries directly in my Ruby app - e.g:

puts `ogr2ogr --version`

Currently the ~/.heroku/vendor/bin dir, where all the binaries are located, is not in the Heroku $PATH. Can this be appended during the install process? PATH="$PATH:$HOME/.heroku/vendor/bin"

Thanks