Quantcast
Channel: Geert JM Vanderkelen » Geert Vanderkelen
Viewing all articles
Browse latest Browse all 25

MySQL Connector/Python on GitHub

$
0
0

Last week we released Connector/Python v2.0 (alpha); today we publish the source on GitHub. Yes, we are using Git internally and are now able to push it out on each release. Previous versions are still available through LaunchPad.

Here is the full process to get Connector/Python installed in a virtual environment. You’ll need Git installed of course.

shell> git clone https://github.com/oracle/mysql-connector-python.git cpy
shell> virtualenv ENVCPY
shell> source ENVCPY/bin/activate
(ENVCPY)shell> cd cpy
(ENVCPY)shell> python setup.py install
(ENVCPY)shell> python
>>> import mysql.connector
>>> mysql.connector.__version__
'2.0.0a1'

Please report issues and feature request through the MySQL Bugs System.


Viewing all articles
Browse latest Browse all 25

Trending Articles