Commit 8d26b73e authored by Craig Kerstiens's avatar Craig Kerstiens

attempting version with library paths always set

parent 8c4e45dd
...@@ -10,12 +10,6 @@ cat <<EOF ...@@ -10,12 +10,6 @@ cat <<EOF
config_vars: config_vars:
PATH: bin:/usr/local/bin:/usr/bin:/bin PATH: bin:/usr/local/bin:/usr/bin:/bin
PYTHONUNBUFFERED: true PYTHONUNBUFFERED: true
EOF
if (grep -Fxiq "pylibmc" requirements.txt) || (grep -Fiq "pylibmc=" requirements.txt)
then
cat <<EOF
LIBRARY_PATH: .heroku/vendor/lib LIBRARY_PATH: .heroku/vendor/lib
LD_LIBRARY_PATH: .heroku/vendor/lib LD_LIBRARY_PATH: .heroku/vendor/lib
EOF EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment