SyntaxFix
Write A Post
Hire A Developer
Questions
Add the following line in your .profile file in your home directory (using vi ~/.profile):
.profile
vi ~/.profile
PATH=$PATH:/home/me/play export PATH
Then, for the change to take effect, simply type in your terminal:
$ . ~/.profile