PATH variable recently changed
- by Dan
$ loopy
Command 'loopy' is available in '/usr/games/loopy'
The command could not be located because '/usr/games' is not included in the PATH environment variable.
loopy: command not found
Every answer I've found just says to add it to my .profile... but this should be be in the PATH for all users, and was up until recently (I have no idea what would have caused it to change).
How can I solve this on my system for all users? What could have caused this to change?
Thanks.