On tis, 2012-05-01 at 12:56 -0700, Mark Rostron wrote:
> hi
> I want to install madlib into a postgresql9.1.3 installation.
> 
> 
> i am trying to:
> a) make python2.7
> b) configure postgresql to point at the python2.7 working directory,
> and
> c) install postgresql9.1.3 (using python2.7)

cd Python-2.7.3
./configure --prefix=SOMEWHERE
make
make install

cd postgresql-9.1.3
./configure ...other options... --with-python PYTHON=SOMEWHERE/bin/python
make
make install



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to