I need to install pymongo in 64bit ubuntu/linux . but the downloads is there only for windows and mac. and this is a production setup.
can anyone knows where to download.
MongoDB is a popular NoSQL database management system good for the storage of unstructured data. You can Install MongoDB Python on Windows using the PyMongo driver.
Hi, There are several ways to check the installed module version. The best approach is to confirm using the python runtime, which will load pymongo based on your current environment variables. Alternatively you can check what version pip thinks is installed.
Here's the short answer (tested on ubuntu 12.10, quantal quetzal, 64-bit):
sudo apt-get install python-pip
sudo apt-get install build-essential python-dev
pip install pymongo
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With