安装VMware-tools时,一直停在“The path "" is not valid path to the gcc binary.”

解决方案:

1.先停止安装(ctrl+Z)

2.在终端输入:

yum -y update

yum -y install kernel-headers kernel-devel gcc

3.重新安装VMTools。

参考博客:https://blog.csdn.net/sirchenhua/article/details/49719659

原文地址:https://www.cnblogs.com/phdeblog/p/10126459.html