Ask Question

MongoDB Python driver PyMongo Linux installation

DavidX07/20/2012 03:35 PM (Edited 07/20/2012 03:59 PM) | Report

First two setps below install Distribute. You can skip them if you have Distribute already installed.

  1. curl -O http://python-distribute.org/distribute_setup.py
  2. python distribute_setup.py
  3. easy_install pymongo

To upgrade do: easy_install -U pymongo

For more info see PyMongo page. 

 

Answers

Add a answer ▾

Discussion

 Add a question comment ▾