前言
在用VPS安装Python环境的时候有出现"-bash: make: command not found"提示问题,一般我们很多时候安装软件也会出现这样的问题。
解决方法
Centos
yum -y install gcc automake autoconf libtool makeDebian或者Ubuntu
apt-get install gcc automake autoconf libtool make命令运行完毕,我们再去重新编译脚本是可以运行的。
如教程需要更新,或者相关链接出现404,可以在文章下面评论留言。
Vultr新用户注册送100美元/16个机房按小时计费,支持支付宝,【点击查看】。
**
<div

