From f5cf9b60b2d1eef601ccd80efe5feb33bcf473f7 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Tue, 4 Mar 2014 11:51:12 +0000 Subject: [PATCH] Remove venv before building on OS X --- script/build-osx | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build-osx b/script/build-osx index ee011d1b2..7cba87029 100755 --- a/script/build-osx +++ b/script/build-osx @@ -1,5 +1,6 @@ #!/bin/bash set -ex +rm -r venv virtualenv venv venv/bin/pip install pyinstaller==2.1 venv/bin/pip install .