linux设置和删除环境变量

删除环境变量:

  unset -v PKG_CONFIG_PATH

添加环境变量:

  export PKG_CONFIG_PATH="你需要设置的路径",

例如:

export LANG=zh_CN.UTF8.

 参考博客:http://www.cnblogs.com/liulipeng/p/3945680.html

posted @ 2015-10-15 15:47  anthonyliu  阅读(2466)  评论(0编辑  收藏  举报