|
@ -26,9 +26,11 @@ PYTHON_BASE="/opt/apps/python-$VERSION" |
|
|
PYTHON_BIN="$PYTHON_BASE/bin" |
|
|
PYTHON_BIN="$PYTHON_BASE/bin" |
|
|
|
|
|
|
|
|
cd /tmp |
|
|
cd /tmp |
|
|
wget http://python-distribute.org/distribute_setup.py |
|
|
|
|
|
"$PYTHON_BIN"/python ./distribute_setup.py |
|
|
|
|
|
"$PYTHON_BIN"/easy_install pip |
|
|
|
|
|
|
|
|
## XXXvlab: distribute seems dead. |
|
|
|
|
|
# wget http://python-distribute.org/distribute_setup.py |
|
|
|
|
|
# "$PYTHON_BIN"/python ./distribute_setup.py |
|
|
|
|
|
wget https://bootstrap.pypa.io/get-pip.py |
|
|
|
|
|
"$PYTHON_BIN"/python ./get-pip.py |
|
|
"$PYTHON_BIN"/pip install virtualenv |
|
|
"$PYTHON_BIN"/pip install virtualenv |
|
|
|
|
|
|
|
|
## |
|
|
## |
|
|