Skip to content

Instantly share code, notes, and snippets.

@mdobson
Created March 15, 2012 22:50
Show Gist options
  • Save mdobson/2047460 to your computer and use it in GitHub Desktop.
Save mdobson/2047460 to your computer and use it in GitHub Desktop.
.profile edits to enable scala, mongodb, and postgresql from the command line.
export PATH="/usr/local/bin/psql:$PATH"
export PATH="/Users/dobsonm2/mongodb/bin:$PATH"
export PATH="/Users/dobsonm2/scala/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment