Skip to content

Instantly share code, notes, and snippets.

@lirongfei123
Created January 15, 2019 02:01
Show Gist options
  • Select an option

  • Save lirongfei123/6f2cd8ea8dc7e83df5a56171e71b9b28 to your computer and use it in GitHub Desktop.

Select an option

Save lirongfei123/6f2cd8ea8dc7e83df5a56171e71b9b28 to your computer and use it in GitHub Desktop.
linux
2、修改profile文件:
#vi /etc/profile
在里面加入:
export PATH="$PATH:/opt/au1200_rm/build_tools/bin"
让环境变量立即生效需要执行如下命令:
#source /etc/profile
3
3. 修改.bashrc文件:
# vi /root/.bashrc
在里面加入:
export PATH="$PATH:/opt/au1200_rm/build_tools/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment