Monday, November 3, 2008

egenix python modules

This command will install all egenix python modules on ubuntu for you.

quoted from egenix website:
"eGenix™ is a leading provider of Python-based development tools, products and consulting services.

Our products cover many different application spaces, including database interfacing, fast text processing, and simplifying many everyday tasks in Python, Zope and Plone programming."

sudo apt-get install `apt-cache search egenix|awk '{ print $1 }'|xargs`

No comments: