Yamashita Yuu
2014-06-15 20:58:37 +09:00
parent ea18a1b283
commit 2fc7e62b78

View File

@@ -162,7 +162,7 @@ install_setuptools() {
if [ -n "${SETUPTOOLS_VERSION}" ]; then if [ -n "${SETUPTOOLS_VERSION}" ]; then
EZ_SETUP_URL="https://bitbucket.org/pypa/setuptools/raw/${SETUPTOOLS_VERSION}/ez_setup.py" EZ_SETUP_URL="https://bitbucket.org/pypa/setuptools/raw/${SETUPTOOLS_VERSION}/ez_setup.py"
else else
EZ_SETUP_URL="https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py" EZ_SETUP_URL="https://bootstrap.pypa.io/ez_setup.py"
fi fi
} }
if [ -n "$VERBOSE" ]; then if [ -n "$VERBOSE" ]; then
@@ -185,7 +185,7 @@ install_pip() {
if [ -n "${PIP_VERSION}" ]; then if [ -n "${PIP_VERSION}" ]; then
GET_PIP_URL="https://raw.githubusercontent.com/pypa/pip/${PIP_VERSION}/contrib/get-pip.py" GET_PIP_URL="https://raw.githubusercontent.com/pypa/pip/${PIP_VERSION}/contrib/get-pip.py"
else else
GET_PIP_URL="https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py" GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"
fi fi
} }
if [ -n "$VERBOSE" ]; then if [ -n "$VERBOSE" ]; then