Adding Play Framework directory to my system path on Ubuntu 12.04 LTS
- by Martha Kumi
I just installed Ubuntu 12.04 LTS, I am very new to the Ubuntu OS and I would need help with it.
I am trying to install this open source platform called Play Framework, to install it I need to add the installation directory to my system path, the documentation for Play says that I should open a terminal and type export PATH=$PATH:/to/path/play. I…