-bash : ** : command not found的问题解决(图文详解)

时间:2022-03-15 01:46:10

 

  问题来源

  我不小心,配置错了,少了个export和PATH没配对。

-bash : ** : command not found的问题解决(图文详解)

    source /etc/profile 之前一定要留心,否则出错让你后悔去!

 

 

 

  

  问题导致现象1

-bash : ** : command not found的问题解决(图文详解)

 

 

  问题导致现象2

 -bash : ** : command not found的问题解决(图文详解)

 

 

 

 

 

  解决办法

-bash : ** : command not found的问题解决(图文详解)

 

 

 

 

 

 

 -bash : ** : command not found的问题解决(图文详解)

 

 

 

 

  按e键,进入

-bash : ** : command not found的问题解决(图文详解)

 

 

   

  再按e键,选择kernel选项

-bash : ** : command not found的问题解决(图文详解)

 

 

 

 

   再按e输入single

 -bash : ** : command not found的问题解决(图文详解)

  输入“singel“ 或者是“1“”,又或者是“s”都可以,下面的例子,咱们输入的是“single”.

 

 

 

  OK 紧接着,咱们按下回车,再按b键,启动之后,就会进入单用户模式。

-bash : ** : command not found的问题解决(图文详解)

 

 

 

  成功进入centos 6.5的安全模式

-bash : ** : command not found的问题解决(图文详解)

 

 

 

  我这里,因为是,我

-bash : ** : command not found的问题解决(图文详解)

 

 -bash : ** : command not found的问题解决(图文详解)

 

#scala
export SCALA_HOME
=/home/hadoop/scala
export PATH
=$PATH:$SCALA_HOME/bin

#spark
export SPARK_HOME
=/home/hadoop/spark
export PATH
=$PATH:$SPARK_HOME/bin:$SPARK_HOME/sbin

 

 

 

 

 

 

 -bash : ** : command not found的问题解决(图文详解)

 

 

 

 

  改好之后,重新启动。即可解决问题了!

 -bash : ** : command not found的问题解决(图文详解)

 

 -bash : ** : command not found的问题解决(图文详解)

 

 -bash : ** : command not found的问题解决(图文详解)

  解决!

 

 

 

  如果上述的方法还是没有解决,则说明。你的/etc/profile已经损坏了。

  途径:从你其他的机器拷贝一份上传上来(但是,估计这一步也行不通,一般上述的方法足够可以解决你的问题啦!)

 

 

 

 

扩展学习

谈大数据里各子项目搭建时的环境变量配置(深入)