[问题]如何设置intel c++ compiler的路径

软件和网站开发以及相关技术探讨
回复
fallening
帖子: 131
注册时间: 2006-10-30 19:54
来自: Hannover

[问题]如何设置intel c++ compiler的路径

#1

帖子 fallening » 2006-12-04 16:52

安装到/opt/...下了
想导入路径,但是在.bashrc下加入export PATH = "/opt/..."再source .bashrc,系统提示错误
fallening
帖子: 131
注册时间: 2006-10-30 19:54
来自: Hannover

#2

帖子 fallening » 2006-12-04 20:18

算了,我直接链接过去了
waveofspring
帖子: 12
注册时间: 2006-11-14 22:08

#3

帖子 waveofspring » 2006-12-04 22:28

what your shell is?
bash:
export PATH=/opt/... : $PATH

csh is different
see your profile in /etc/profile for example
fallening
帖子: 131
注册时间: 2006-10-30 19:54
来自: Hannover

#4

帖子 fallening » 2006-12-05 17:26

It is bash
多谢了
开始我修改.bashrc,加入export PATH=.....
可是不见效果,只好用ln链接到/usr/bin去了
回复