공유 호스팅에 새로운 파이썬 환경을 설치하려고합니다. 이 게시물에 작성된 단계를 따릅니다 .
mkdir ~/src
wget http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgz
tar -zxvf Python-2.7.1.tar.gz
cd Python-2.7.1
mkdir ~/.localpython
./configure --prefix=/home/<user>/.localpython
make
make install
"./configure --prefix = / home //. localpython"명령에 도달하면 다음과 같은 결과가 나타납니다.
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux3
checking EXTRAPLATDIR...
checking machine type as reported by uname -m... x86_64
checking for --without-gcc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home3/mikos89/Python-2.7.1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
이 문제를 어떻게 해결할 수 있습니까? 나는 3 시간 동안 해결책을 찾으려고 노력했지만 여전히 한곳에 붙어 있습니다.
최신 정보
Hostgator는 공유 계정에서 gcc를 허용하지 않습니다 : http://support.hostgator.com/articles/pre-sales-questions/compatible-technologies