Closed. This question is off-topic. It is not currently accepting answers. Learn more
想改进这个问题吗?Update the question所以堆栈溢出的值小于aa>。
每次我必须运行icpc时,我必须键入icpc -I/usr/include/x86_64-linux-gnu/c++/
如何包括这个bashrc文件,所以我只需要键入icpc?

最佳答案

将路径添加到C_INCLUDE变量。

export C_INCLUDE="$C_INCLUDE:/usr/include/x86_64-linux-gnu/c++/"

前一行应该进入.bash_profile文件。

关于linux - 在bashrc中为icpc添加路径? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/21705401/

10-09 15:58