Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove --always-copy from virtualenv and make it a param (elastic#3136)
In elastic#3082 `--always-copy` was introduced. This caused issue on build on some operating systems. This PR reverts the change but makes `VIRTUALENV_PARAMS` a variable which can be passed to the Makefile. This allows anyone to set `--always-copy` if needed.
- Loading branch information