我在Windows机器上的python中安装xgboost时遇到问题,原因之一是我对shell和命令提示符的了解有限。
现在在我的命令提示符(windows + x)中我写了
git clone https://github.com/dmlc/xgboost.git
但是没有说git没有定义
然后因为我在下载github桌面时安装了git shell我写了相同的代码
git clone https://github.com/dmlc/xgboost.git
然后跟着cd xgboost; make; cd wrapper; python.py setup install --user
,但现在却说没有定义 make 。请帮助我试图学习一些这些命令提示的东西,但我觉得很难:(