CUBRID Python easy_install (Linux)


EasyInstall (easy_install) gives you a quick and painless way to install packages remotely by connecting to the Package Index or even other websites via HTTP. It is somewhat analogous to the CPAN and PEAR tools for Perl and PHP, respectively.

To install CUBRID Python Connector using EasyInstall type the following command.

easy_install CUBRID-Python

What if I don't have EasyInstall (setuputils)?

Install Python Development Package

Install setuputils (easy_install)

  • Download and extract the setuputils source code to the desired location (Ex.: /home/user/).
    tar xvfz setuptools-0.6c11.tar.gz
  • Navigate to the directory where you have extracted the source code.
    cd setuptools-0.6c11
    
  • Build setuputils. At this and next step make sure you are still under the root user.
  • python setup.py build
    
  • Install setuputils.
  • python setup.py install
    

Now you can use easy_install to install CUBRID Python driver.

Trackback '1'

CUBRID Python Driver Installation Instructions

Requirements CUBRID: 8.4.0+ OS: Windows x32/x64 Linux x32/x64 Other UNIX and UNIX-like OS Python: 2.4+ Installation There are several ways to install CUBRID Pytho...

3 months ago

Page info
viewed 614 times
translations en
Author
posted 4 months ago by
CUBRID
Contributors
updated 3 months ago by
View revisions
Share this article