我尝试使用以下方法在远程服务器中安装 python3
wget https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz
tar -xvzf Python-3.7.1.tgz
之后我尝试
cd Python-3.7.1
./configure --prefix=$HOME/.local
然后我收到以下错误:
configure: error: C compiler cannot create executables
See `config.log' for more details
我无法解决此错误。请帮助我。