Added pip-python to the search for CentOS 6 compatibility
This commit is contained in:
parent
ef379a3760
commit
f4d60b95dc
1 changed files with 3 additions and 0 deletions
3
pip
3
pip
|
@ -136,6 +136,9 @@ def main():
|
|||
err += err_venv
|
||||
|
||||
pip = module.get_bin_path('python-pip', False, ['%s/bin' % env])
|
||||
if not pip:
|
||||
pip = module.get_bin_path('pip-python', True, ['%s/bin' % env])
|
||||
|
||||
if not pip:
|
||||
pip = module.get_bin_path('pip', True, ['%s/bin' % env])
|
||||
|
||||
|
|
Loading…
Reference in a new issue