Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass
--always-copy
to virtualenv (elastic#3082)
virtualenv creates symlinks so `make setup` fails when ran on a network mounted fs. `--always-copy` copies files to the destination dir rather than symlinking.
- Loading branch information