Ubuntu 下自动加载环境变量

字体大小: 中小 标准 ->行高大小: 标准

Ubuntu 下自动加载环境变量

假设 davinci 为用户目录

编辑/home/davinci/.bashrc文件

davinci@davinci-desktop:~$gedit .bashirc

在文件末尾添加如下行并保存退出

export PATH="/opt/codesourcery/arm-none-linux-gnueabi/arm-2007q3/bin/:$PATH"

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/50967.html