Merge "Fixed check method of $USE_GET_PIP"
This commit is contained in:
commit
ec16d0ffd5
@ -87,7 +87,7 @@ get_versions
|
|||||||
# Eradicate any and all system packages
|
# Eradicate any and all system packages
|
||||||
uninstall_package python-pip
|
uninstall_package python-pip
|
||||||
|
|
||||||
if [[ -n "$USE_GET_PIP" ]]; then
|
if [[ "$USE_GET_PIP" == "1" ]]; then
|
||||||
install_get_pip
|
install_get_pip
|
||||||
else
|
else
|
||||||
install_pip_tarball
|
install_pip_tarball
|
||||||
|
Loading…
x
Reference in New Issue
Block a user