Versions Compared

Key

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

...

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.1latest madlib downloaded from MADlib website
/usr/local/madlib/bin/madpack -s madlib -p postgres install

...