Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch to support Centos 7 in bootstrap
Bootstrapping currently repeats on every run due to the `creates => '/usr/local/bin/pip'` Centos 7(and possibly others) which place pip executable in /usr/bin/pip The repeated bootstrap needs to be patched to avoid nodes constantly grabbing the get_pip.py which includes a binary blob. This patching looks to have been attempted before but failed to include `path => ....` which would support finding `which` in any of those locations as well as allowing `which pip` to only look in the supplied path, basically extending our creates to support multiple locations of pip.
- Loading branch information