When I write $ns in Linux terminal it shows this message:
"When configured, ns found the right version of tclsh in /usr/bin/tclsh8.6
but it doesn't seem to be there anymore, so ns will fall back on running the first tclsh in your path. The wrong version of tclsh may break the test suites. Reconfigure and rebuild ns if this is a problem. "
will it cause any problem with my TCL file being executed?
I am using ns-allinone-2.35
.
For me this problem solved by upgrade tclsh.
sudo apt install tclsh
My Ubuntu version is 18.04 LTS