From 60367f159e31278ba83e75ccc39626b713c8198d Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 12 Jan 2015 09:59:10 -0200 Subject: The install script now removes the virtualenv before creating the new one --- install-pixelated.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install-pixelated.sh') diff --git a/install-pixelated.sh b/install-pixelated.sh index 5da9fd22..f7c52f53 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -46,6 +46,7 @@ LC_ALL=en_US.UTF-8 ./go build # install service dependencies cd ../service +rm -rf .virtualenv virtualenv .virtualenv source .virtualenv/bin/activate pip install -r requirements.txt -- cgit v1.2.3