在Fedora 里面,要添加新的PATH路径,只要在文件/etc/profile中的靠前位置添加
PATH=/todirectory/:$PATH
export PATH
然后在source /etc/profile就行了。
使用实例:
我在sda7分区放了Debian的/home, 里面有maple12的主程序,于是把/dev/sda7挂载到/media/debian/后(命令: sudo mount /dev/sda7 /media/debian/),在Fedora9中的路径就变为:
/media/debian/myhome/maple12/bin
现在想在Fedora中使用Maple12,可以这样做:
1、把/media/debian/myhome/maple12/bin添加到/etc/profile,并刷新。
2、把两个家目录做链接: sudo ln -s /media/debian/myhome/maple12/ /home/myhome/maple12
3、运行: 执行xmaple 就可以了。