|
@@ -7,6 +7,6 @@ if ! has pip; then
|
|
|
if [[ "$OS" = "Darwin" ]]; then
|
|
if [[ "$OS" = "Darwin" ]]; then
|
|
|
curl -fsSL "https://bootstrap.pypa.io/get-pip.py" | python - --user
|
|
curl -fsSL "https://bootstrap.pypa.io/get-pip.py" | python - --user
|
|
|
else
|
|
else
|
|
|
- sudo easy_install pip
|
|
|
|
|
|
|
+ gimme_pkg python-pip || sudo easy_install pip
|
|
|
fi
|
|
fi
|
|
|
fi
|
|
fi
|