bregman

echo \'export dataPath=$HOME/data/pre\' >> ~/.bash_profile
路径即刻生效:
. .bash_profile 或 source .bash_profile 或 exec bash --login

echo \'export dataPath=$HOME/data/pre\' >> ~/.bashrc
. .bashrc

分类:

技术点:

相关文章:

  • 2021-12-15
  • 2021-12-15
猜你喜欢
  • 2021-12-15
  • 2021-11-28
  • 2021-12-05
  • 2021-12-05
  • 2021-11-27
相关资源
相似解决方案