We have moved to www.dataGenX.net, Keep Learning with us.

Friday, June 05, 2015

Installing PyMongo with MongoDB in Linux


1. Download Pymongo Source from HERE.
2. Then follow below steps --

#a - Su to Root user
$ su -
#b - Unzip and Extract the Pymongo source
$ gunzip pymongo-3.0.2.tar.gz
$ tar -xvf pymongo-3.0.2.tar
$ cd pymongo-3.0.2
#c - Now execute below command to install
$ python setup.py install
# If you are connected with Internet it will install a dependency "setuptools-1.4.2.tar.gz" and
# installation will complete otherwise follow after #b
#p - download the setuptools-1.4.2.tar.gz ( or other version SOURCE) from link given at Post Bottom
#q - Extract the setuptools tar file
$ gunzip setuptools-1.4.2.tar.gz
$ tar -xvf setuptools-1.4.2.tar
$ cd setuptools-1.4.2
#r - Install setuptools by using below command
$ python setup.py install
Now, you can use step #b and #c to complete the PyMongo installation.


# Download SetupTools Source from HERE



Like the Facebook Page & join Group
https://www.facebook.com/DataStage4you
https://www.facebook.com/groups/DataStage4you

https://twitter.com/datastage4you
https://groups.google.com/d/forum/datastage4you
For WHATSAPP group , drop a msg to 91-88-00-906098







No comments :

Post a Comment