MongoDB tip: mtools setup
This is just a quick guide on setting up mtools , there will be a separate post with examples. Determine the version of Redhat I am working with [root@msdlva-dsnopm02 apps]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch Distributor ID: RedHatEnterpriseServer Description: Red Hat Enterprise Linux Server release 7.3 (Maipo) Release: 7.3 Codename: Maipo Start working on installing the required modules. [root@msdlvd-dsnavl02 ~]# pip install ordereddict Collecting ordereddict Downloading ordereddict-1.1.tar.gz Installing collected packages: ordereddict Running setup.py install for ordereddict ... done Successfully installed ordereddict-1.1 [root@msdlvd-dsnavl02 ~]# pip install argparse Collecting argparse ...