I'm using Ubuntu 14.04 (as a virtual machine). I installed TeX Live system over the internet.
Once the installation of TeX live finished, it said
Most importantly, add /usr/local/texlive/2015/bin/x86_64-linux
to your PATH for current and future sessions.
So, I typed the following command in the terminal.
PATH=/usr/local/texlive/2015/bin/x86_64-linux
It didn't throw any error or did not ask any questions / confirmation.
When I tried to run clear command on the terminal it said
Command 'clear' is available in '/usr/bin/clear'
The command could not be located because '/usr/bin' is not included in the PATH environment variable.
clear: command not found
What have I done wrong? and more importantly how do it fix it?
However if I close the terminal and re open the terminal, everything seems to be normal. Now will TeX live work?