Created
January 15, 2019 02:01
-
-
Save lirongfei123/6f2cd8ea8dc7e83df5a56171e71b9b28 to your computer and use it in GitHub Desktop.
linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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