cyberdelia / heroku-geo-buildpack

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

GDAL banaries dir not in $PATH #40

Closed MatzFan closed 8 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

MatzFan commented 8 years ago

Typo!