Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To set up PostgreSQL + MADLib with Anaconda Python on OSX:

 

Code Block
PYTHON=/Users/janedoe/anaconda/bin/python 

brew install postgresql --with-python
brew services start postgresql
— — Set up database and roles
— — Install the .dmg of madlib 1.9.1 downloaded from MADlib website
/usr/local/madlib/bin/madpack -s madlib -p postgres install

Anchor
Quick Start With Binaries
Quick Start With Binaries
Quick Start With Binaries

...