Solution/workaround that worked for me: 1) Open the file .bashrc 2) Go to the end of the file 3) Add the direcroty to the path, changing (or adding) this export PATH=$PATH: into this, adding /usr/games/: export PATH=$PATH:/usr/games/
Solution/workaround that worked for me:
export PATH=$PATH:
export PATH=$PATH: /usr/games/
1) Open the file .bashrc
2) Go to the end of the file
3) Add the direcroty to the path, changing (or adding) this
into this, adding /usr/games/: