Skip to content

Commit f5cf9b6

Browse files
committed
Remove venv before building on OS X
1 parent 7cec029 commit f5cf9b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

script/build-osx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
set -ex
3+
rm -r venv
34
virtualenv venv
45
venv/bin/pip install pyinstaller==2.1
56
venv/bin/pip install .

0 commit comments

Comments
 (0)