在使用M-x compile编译之前,我需要运行scl enable devtoolset-7 bash。
如何在emacs中做到这一点。谢谢。
发布于 2019-10-18 16:56:45
将其添加到要传递给M-x compile的命令之前。例如,如果您通常将make与M-x compile一起使用,请尝试:
scl enable devtoolset-7 bash && makehttps://stackoverflow.com/questions/58437887
复制相似问题