SyntaxFix
Write A Post
Hire A Developer
Questions
The file .bashrc is read when you start an interactive shell. This is the file that you should update. E.g:
.bashrc
export PATH=$PATH:/opt/ActiveTcl-8.5/bin
Restart the shell for the changes to take effect or source it, i.e.:
source .bashrc