Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.04 KB

File metadata and controls

24 lines (21 loc) · 1.04 KB

Install maprdb python client from internal repo

  1. Now it builds only for python 2.7 or higher. Check your python version python --version
  2. Check that you have installed pip by running "pip -V". If you have not installed pip, see https://packaging.python.org/guides/installing-using-linux-tools/. For example, to install pip on CentOS, run: sudo yum install python-pip
  3. Create a pip.conf. Config file path depends from your OS, you can find instruction here. For centos its /etc/pip.conf
  4. Modify the pip.conf file.
  • CV repo
    [global]
    extra-index-url = http://cv:[email protected]/artifactory/api/pypi/pypi-mapr-local/simple
    trusted-host = 34.197.167.22
    
  • MapR repo
    extra-index-url = http://artifactory.devops.lab/artifactory/list/pypi-mapr-local/simple
    trusted-host = artifactory.devops.lab
    
  1. Execute in terminal pip install maprdb-python-client

Now you can use MapR-DB python client as a library.