安装scala时,修改配置文件/etc/profile
命令:vi /etc/profile
修改后执行
命令:source /etc/profile
出现错误-bash: export: `=’: not a valid identifier  

原因:在配置环境变量时出现了空格,把空格去掉
-bash: export: `=': not a valid identifier

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2022-01-11
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-26
  • 2022-12-23
  • 2021-12-02
  • 2022-01-18
  • 2021-04-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案