Please put ... into your PATH environment; so that you'll be able to run itm/tclsh/wish/xgraph.

错误

运行sudo sh WLANLab-install.sh
提示需要添加环境变量:PATH、LD_LIBRARY_PATH、TCL_LIBRARY
虚拟机上安装NS2仿真软件遇到的错误

解决方法

sudo gedit /etc/profile
打开配置文件添加如下内容

export PATH=$PATH:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:

export TCL_LIBRARY=$TCL_LIBRARY:
把put后面的内容复制到冒号后面(有逗号的改为冒号),保存关闭

source /etc/profile
生效配置文件,重新运行,上面的提示还是有,但是ns和nam可以了
虚拟机上安装NS2仿真软件遇到的错误

相关文章:

  • 2021-11-18
  • 2021-04-03
  • 2022-12-23
  • 2021-08-02
  • 2021-04-04
  • 2021-07-28
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2022-01-02
  • 2021-07-05
  • 2021-07-16
  • 2021-07-27
  • 2022-01-02
  • 2021-06-29
  • 2021-11-30
相关资源
相似解决方案