On 01/04/2010 02:39, Jon Ribbens wrote:
On Tue, Mar 30, 2010 at 10:14:50PM +0100, Ed Stafford wrote:
Mike,
Glad it worked for you. Although the Ubuntu team does a fine job of
package management I'm still a bit hesitant to use their python packages.
It's easy enough using vanilla python to get everything you need going. In
the future you can do the following just as easily.
`wget [1]http://peak.telecommunity.com/dist/ez_setup.py`
`sudo python ez_setup.py`
`sudo easy_install pip virtualenv virtualenvwrapper`
I strongly advise not using easy_install, it's awful.
_______________________________________________
python-uk mailing list
python-uk@python.org
http://mail.python.org/mailman/listinfo/python-uk
Living up to your domain name, I see. I might have preferred the gentler
'has been superseded'. :-)
So you're recommending installing pip manually, by downloading from
PyPI, unzipping and running 'python setup.py install', followed by 'pip
install virtualenv virtualenvwrapper'. I know that's not much bother,
but in case it enhances my understanding, are there specific reasons why
'easy_install pip' is harmful in this context? By definition this
install isn't into a virtualenv.
Thanks,
Jonathan
Jonathan Hartley Made of meat. http://tartley.com
tart...@tartley.com +44 7737 062 225 twitter/skype: tartley
_______________________________________________
python-uk mailing list
python-uk@python.org
http://mail.python.org/mailman/listinfo/python-uk