比如要添加的环境变量叫APOLLO_HOME,终端当前已经进入要设置的目录,则执行如下命令完成:
echo "export APOLLO_HOME=$(pwd)" >> ~/.bashrc && source ~/.bashrc