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