I have a problem with installation of the play framework. I can't configure the play in path on Ubuntu 14.04.
Already run:
export PATH=$PATH:/home/me/Documentos/play
source ~/.bashrc
sudo chmod a+X /home/me/Documentos/play/play
But, when I restart the terminal and type 'play' the terminal shows: 'command not found: play'. What to do?