共有ホスティングに新しいPython環境をインストールしようとしています。私はこの投稿に書かれた手順に従います:
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時間解決策を見つけようとしましたが、それでも1つの場所で立ち往生しています。
更新
Hostgatorは共有アカウントでのgccを許可していません:http : //support.hostgator.com/articles/pre-sales-questions/compatible-technologies