Skip to content

Instantly share code, notes, and snippets.

@bsbodden
Created November 24, 2014 17:41
Show Gist options
  • Save bsbodden/6b66310c40bd2c64b79c to your computer and use it in GitHub Desktop.
Save bsbodden/6b66310c40bd2c64b79c to your computer and use it in GitHub Desktop.
Set up Cassandra HOME and added it to the execution path
export CASSANDRA_HOME=~/cassandra
export PATH=$PATH:$CASSANDRA_HOME/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment