From f8a1761165b1872f68bdf0569ca3490ebe348b22 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 2 Nov 2016 11:20:09 -0400 Subject: [PATCH] export path fix --- bin/compile | 2 +- bin/utils | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 833d415..73e8b5a 100755 --- a/bin/compile +++ b/bin/compile @@ -110,7 +110,7 @@ EXPORT_PATH="$BIN_DIR/../export" GUNICORN_PROFILE_PATH="$BUILD_DIR/.profile.d/python.gunicorn.sh" # We'll need to send these statics to other scripts we `source`. -export BUILD_DIR CACHE_DIR BIN_DIR PROFILE_PATH +export BUILD_DIR CACHE_DIR BIN_DIR PROFILE_PATH EXPORT_PATH # Prepend proper environment variables for Python use. export PATH=$BUILD_DIR/.heroku/python/bin:$BUILD_DIR/.heroku/vendor/bin:$PATH diff --git a/bin/utils b/bin/utils index a4dc20f..9ce1721 100755 --- a/bin/utils +++ b/bin/utils @@ -46,7 +46,6 @@ set-env() { set-default-env() { echo "export $1=\${$1:-$2}" >> $PROFILE_PATH echo "export $1=\${$1:-$2}" >> $EXPORT_PATH - } # Usage: $ un-set-env key