netbeans 不从远程机器 (linux) 读取 .bashrc,这是编译所必需的

netbeans doesnt read .bashrc from remote machine ( linux) which is required for compile

我有两个盒子:

A- local machine, windows 7 : netbeans 8.01.
B- remote server, Linux REHL 6, connection : SSH

我在 A 的一个 C++ 项目(Makefile 项目)上工作,我想通过 B 的编译器来完成它。 但我必须 运行 "source ~/.bashrc" 在 netbeans 中执行命令之前,

怎么做?

将 make 命令替换为

source ~/.bashrc  &&  /usr/bin/make

不起作用,将变量添加到项目属性 --> 运行 --> 环境变量不起作用。

对于我们从内核、本地或远程、bashrc 获取的任何 shell,自动 运行,因此,当我查看 .bashrc 时,它再次成为与一行相关的问题.bashrc 文件没有 Netbeans,终于解决了