# Depends on python

# Exit on error:
set -e

wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py \
    --no-check-certificate

python ez_setup.py

exit 0
