From df587697ac3aa1441866ba82d411b4b667990e18 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Mon, 4 May 2015 23:29:06 -0700 Subject: [PATCH] Relocatable venv attempt 1 --- scripts/setup_production.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup_production.sh b/scripts/setup_production.sh index cb3c7f0..07b8869 100755 --- a/scripts/setup_production.sh +++ b/scripts/setup_production.sh @@ -1,5 +1,6 @@ #!/bin/bash -xe whoami +virtualenv --relocatable venv source venv/bin/activate source secrets #pip install psycopg2 -- 1.9.1