系统是Centos7,我想安装python2.7.9 (在Centos7中默认安装python2.7.5 )。当'make‘时,出现在错误之后,并循环
The Makefile was updated, you may need to re-run make.
/bin/sh ./Modules/makesetup -c ./Modules/config.c.in \
-s Modules \
Modules/Setup.config \
Modules/Setup.local \
Modules/Setup我不知道怎么解决这个问题。让某人对此有个想法。
发布于 2016-03-16 11:12:58
哈哈。这是solved.Just的一个sleep.Just笑话!当'make‘的时候,让它继续,而不是打断它。也许你想等待任务完成的那一刻,需要做几个小时,所以你只是睡了一觉。
https://stackoverflow.com/questions/36004954
复制相似问题