From 97be5b4cfbefee00f8767bc6b056d7c1e2f42bdd Mon Sep 17 00:00:00 2001 From: Colin McCune Date: Thu, 27 Mar 2014 20:15:17 -0400 Subject: [PATCH] Updates the mac build script so it wont fail when the venv folder does not exist. --- script/build-osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build-osx b/script/build-osx index 7cba87029..aba215fd8 100755 --- a/script/build-osx +++ b/script/build-osx @@ -1,6 +1,6 @@ #!/bin/bash set -ex -rm -r venv +rm -rf venv virtualenv venv venv/bin/pip install pyinstaller==2.1 venv/bin/pip install .