We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cec029 commit f5cf9b6Copy full SHA for f5cf9b6
1 file changed
script/build-osx
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
set -ex
3
+rm -r venv
4
virtualenv venv
5
venv/bin/pip install pyinstaller==2.1
6
venv/bin/pip install .
0 commit comments