Skip to content

Installing Python modules with easy_install

Installing Python modules with easy_install

Answer:

Install Python modules cannot be easier with easy_install.

To use easy_install, you can use apt-get to install the "python-setuptools" package

# sudo apt-get install python-setuptools

Then you can use easy_install to install the module you want, e.g. pymongo

# sudo easy_install pymongo

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  1. Quick and easy SMTP server with Python
  2. How to perform syntax check for Python program
  3. How to remove install CPAN modules?
  4. Install APC for PHP on Ubuntu
  5. Check what Linux kernel modules are loaded

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*