Skip to content

Instantly share code, notes, and snippets.

@sapardi
Created November 23, 2013 04:39
Show Gist options
  • Save sapardi/7610882 to your computer and use it in GitHub Desktop.
Save sapardi/7610882 to your computer and use it in GitHub Desktop.
Solution for installing environment path of play framework on LinuxMint
Finally i found the way how to install and configure Play Framework on my Linux Mint. Meanwhile Sox and Play Framework have conflict same name 'play', here how to remove Sox :
sudo aptitude remove '?name(sox)'
And now we can just launch our Play Framework normally.
play help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment