zhanglm 发表于 2013-1-28 16:38:04

ubuntu下环境变量的设置

在 10.10下.bashrc下有如下的代码

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
 
if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi
页: [1]
查看完整版本: ubuntu下环境变量的设置