I'm trying to get my buildpack working on Heroku, but my executable isn't turning up in the path. I'm trying to add "app/vendor/lpsolve" to PATH. You can see my release file here: https://github.com/mockdeep/heroku-buildpack-lpsolve/blob/master/bin/release
The problem is, within my Rails app on Heroku, the path ends up being: /app/vendor/bundle/ruby/1.9.1/bin:/app/bin:/app/vendor/bundle/bin:/usr/local/bin:/usr/bin:/bin Any idea why my path doesn't seem to be working? Should I just put the executable in one of the existing directories on the PATH? -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
