linux:# vi /etc/profile -bash: vi: command not found 的解决办法

Posted 高登军

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux:# vi /etc/profile -bash: vi: command not found 的解决办法相关的知识,希望对你有一定的参考价值。

/bin/vi /etc/profile

直接用全路径vi,linux下一切皆文件,进去把profile文件内容改一下,一定是profile出了问题

export JAVA_HOME=/usr/java/jdk1.7.0_67
export ZOOKEEPER_HOME=/home/tools/zookeeper-3.4.6
export PATH=$PATH:$JAVA_HOME/bin:$ZOOKEEPER_HOME/bin
export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar

对照一下吧,一般最容易出错的就是export PATH=后面忘了加$PATH




以上是关于linux:# vi /etc/profile -bash: vi: command not found 的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

linux .bash_profile在哪里

linux如何进入系统文件/etc/profile修改内容

解决Linux环境变量每次要source /etc/profile问题

解决Linux环境变量每次要source /etc/profile问题

linux如何进入系统文件/etc/profile修改内容

linux命令