Last Updated: April 28, 2019
·
544
· ajithhub

Setting up your new python install

It seems to that to do anything useful with obtaning and using
python modules you need to get setuptool, pip, and virtualenv:

wget http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg#md5=fe1f997bc722265116870bc7919059ea
sh ./setuptools-0.6c11-py2.7.egg


curl -k -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
python2.7 ./get-pip.py


pip install virtualenv