I have a debian instance on Google cloud. I needed to host a Play! Framework project. For this I installed a software Activator and added it to path as follows
export PATH=/home/user/activator-dist-1.3.12/bin:$PATH
All is well, activator gets added. I wire in my project fro GIT and start the Play! server.
I test APIs with POST MAN and its working. So I exit from Putty.
Next time, I login to Putty again and eagerly type the "activator"
command in shell, and it tells me "Command not found"
.
I check the $PATH with echo and see that it has been reset to its initial value and does not contain activator/bin path.
Could someone help me with this issue.