Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Install CUBRID Python Driver from Source (Linux)


Install Python Development Package

If you do not have Python Development Package installed in your system, follow this tutorial to install it.

Install CUBRID Python Driver

  • Download Python Driver source code.
  • Extract the archive to the desired location (Ex.: /home/user/).
    tar xvfz cubrid-python-src-8.4.0.0001.tar.gz
  • Navigate to the directory where you have extracted the source code.
    cd cubrid-python-src
  • Build the driver. At this and next step make sure you are still under the root user.
    python setup.py build
  • Install the driver. Here you also need root privileges.
    python setup.py install
comments powered by Disqus
Page info
viewed 1700 times
translations en
Author
posted last year by
CUBRID
Contributors
updated 7 months ago by
View revisions
Share this article