首先用命令查看配置了哪些环境变量
env命令查看
编辑环境变量命令 
vim ~/.bash_profile

Counter_HOME=/home/test/Counter
export Counter_HOME 
 
最后记得source  ~/.bash_profile
 

相关文章:

  • 2022-02-09
  • 2021-11-20
  • 2021-07-15
猜你喜欢
  • 2021-11-28
  • 2021-07-19
  • 2021-10-24
  • 2021-07-04
相关资源
相似解决方案