From e288332f0edb621acbc99a5167349638d3225515 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Jul 2012 18:24:42 -0400 Subject: [PATCH] .profile.d :cake: /cc @ddollar --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index cc8de95..02e11b5 100755 --- a/bin/compile +++ b/bin/compile @@ -53,7 +53,7 @@ LEGACY_VIRTUALENV_LOC="." MODERN_VIRTUALENV_LOC=".heroku/venv" LEGACY_VIRTUALENV_DIRS="bin include lib" LEGACY_VIRTUALENV_TRIGGER="lib/python2.7" -PROFILE_PATH="$1/profile.d/python" +PROFILE_PATH="$1/.profile.d/python.sh" # Python version. This will be used in the future to specify custom Pythons.