mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
Remove venv before building on OS X
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
rm -r venv
|
||||
virtualenv venv
|
||||
venv/bin/pip install pyinstaller==2.1
|
||||
venv/bin/pip install .
|
||||
|
||||
Reference in New Issue
Block a user