mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user