From 02e410fd20d2cbeb58bb6dc110529b56b58ca523 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 18 Jan 2012 20:57:25 -0500 Subject: [PATCH] comments --- bin/compile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/compile b/bin/compile index 4c60d109..16613712 100755 --- a/bin/compile +++ b/bin/compile @@ -3,10 +3,7 @@ set -eo pipefail -# env -# which python - -# Testing. +# Prepend proper path for virtualenv hackery. Will be deprecated soon. export PATH=:/usr/local/bin:$PATH BIN_DIR=$(cd $(dirname $0); pwd) # absolute path -- GitLab