pysaml2-hacked/.profile.d/path.sh

6 lines
218 B
Bash

# https://devcenter.heroku.com/articles/profiled
# add xmlsec1 binary and libraries to the appropriate paths
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/app/.heroku/xmlsec1-1.2/lib/"
PATH="$PATH:/app/.heroku/xmlsec1-1.2/bin/"