当我在 Linux 终端中写入 $ns 时,它会显示以下消息:
"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. "
Run Code Online (Sandbox Code Playgroud)
它会导致我正在执行的 TCL 文件出现任何问题吗?我正在使用ns-allinone-2.35
.
小智 14
对我来说,这个问题通过升级 tclsh 解决了。
sudo apt install tclsh
Run Code Online (Sandbox Code Playgroud)
我的 Ubuntu 版本是 18.04 LTS