mirror of https://github.com/docker/compose.git
Remove venv before building on OS X
This commit is contained in:
parent
7cec029f03
commit
f5cf9b60b2
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
rm -r venv
|
||||
virtualenv venv
|
||||
venv/bin/pip install pyinstaller==2.1
|
||||
venv/bin/pip install .
|
||||
|
|
Loading…
Reference in New Issue