I'm in trouble adding a different PATH. When I add it like that :
export PATH=$PATH:/opt/file/base/bin/linux-x86_64
It works fine for the current terminal. But when I close it and open again, it doesn't work.Each time I want to use commands in that directory,I have to export PATH.
Is there any way to do that ? I don't want to export it each time.
Thanks in advance.. Best Regards..
~/.bashrc
or~/.profile
– Sergiy Kolodyazhnyy Jul 23 '16 at 12:24