运行代码报错subprocess.CalledProcessError:Command ‘[‘which‘,‘c++‘]‘ returned non-zero exit status 1.
我现在是要在x86_64麒麟系统电脑上运行我的代码,结果出现下面的报错信息:subprocess.CalledProcessError: Command '['which', 'c++']' returned non-zero exit status 1
出现这个问题的原因是Python 或系统脚本调用 w

