mirror of https://github.com/docker/compose.git
Updates the mac build script so it wont fail when the venv folder does not exist.
This commit is contained in:
parent
76b7d0095d
commit
97be5b4cfb
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue