Animesh Kumar {itsAnimesh}
I'm an IT professional from New Delhi, India. Currently for the most part I work as a Technical Consultant developing Open Source ICT solutions for social and societal inclusion. I'm also pursing PG in Management. Below are the latest updates from a some social networks I subscribe to.
:
-
How to install Easy Install for Python!!!
How to install Easy Install on Ubuntu Linux $ sudo apt-get install python-setuptools python-dev build-essential How to install Easy Install on Windows Go to http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install Right click on “ez_setup.py” and save the file to “c:temp” Open a cmd.exe prompt “cd c:temp” “python ez_setup.py” How to install Easy Install on Cygwin $ cd /tmp $ wget …