1. Download Pymongo Source from HERE.
2. Then follow below steps --
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
# 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