On Wed, Jul 13, 2016 at 10:59:14PM +0200, Christoph Zwerschke wrote: > Am 13.07.2016 um 22:56 schrieb Justin Pryzby: > >$ python -V > >Python 2.6.8 > > This is also 64bit I assume (you see it when you just type "python")?
It was interesting than that: [pryzbyj@appalachian ~]$ python Python 2.6.8 (unknown, Nov 7 2012, 14:47:45) [GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> [pryzbyj@appalachian ~]$ file `which python` /usr/local/bin/python: symbolic link to `/usr/bin/python2.6' [pryzbyj@appalachian ~]$ file -L `which python` /usr/local/bin/python: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped [pryzbyj@appalachian ~]$ rpm -q python26 python26-2.6.8-2.el5 [pryzbyj@appalachian ~]$ yum list python26 [...] python26.x86_64 2.6.8-2.el5 installed Justin _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
