Ubuntu 下PATH设置

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

区别其他版本的Linux,Ubuntu下设置PATH的方法为:

1、编辑/etc/ld.so.conf,在里面加上设置的路径即可。

include /etc/ld.so.conf.d/*.conf

2、在/etc/ld.so.conf.d/下建立一个.conf文件,内容就是你需要设置的path路径。

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