Skip to content

Instantly share code, notes, and snippets.

@mtheoryx
Created March 20, 2014 18:49
Show Gist options
  • Select an option

  • Save mtheoryx/9671060 to your computer and use it in GitHub Desktop.

Select an option

Save mtheoryx/9671060 to your computer and use it in GitHub Desktop.
echo "export M3_HOME='/usr/local/Cellar/maven30/3.0.5/libexec'" >> ~/.profile && echo "export M2_HOME='/usr/local/Cellar/maven30/3.0.5/libexec'" >> ~/.profile && echo "export PATH=$M3_HOME/bin:$PATH" >> ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment