Skip to content

Instantly share code, notes, and snippets.

@oisinkim
Created September 10, 2013 23:15
Show Gist options
  • Select an option

  • Save oisinkim/6517085 to your computer and use it in GitHub Desktop.

Select an option

Save oisinkim/6517085 to your computer and use it in GitHub Desktop.
Install Cassandra 1.2.9 and cql on OS X using brew and pip
brew update
brew install https://raw.github.com/mxcl/homebrew/0bb5530efa1b9e5e1015915a1f9111fa33206516/Library/Formula/cassandra.rb
brew install python
pip install cql
cd /usr/local/Cellar/cassandra/1.2.9/bin
./cqlsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment