-[[さよならロリポップ,こんにちは BlueHost ― part1:http://plasticdreams.org/archives/2007/08/08/1834/bye-bye-lolipop-hello-bluehost-part1/]]
-[[さよならロリポ,こんにちは BlueHost ― Part2:http://plasticdreams.org/archives/2007/08/09/1848/bye-bye-lolipop-hello-bluehost-part2/]]
-[[さよならロリポップ,こんにちは BlueHost ― Part3:http://plasticdreams.org/archives/2007/08/12/1868/bye-bye-lolipop-hello-bluehost-part3/]]

* Python on bluehost [#r1d190cf]
bluehostに入っているPythonはバージョンが古いので、以下の手順で最新版を使えるようにする。

-[[PythonのWebサイト:http://www.python.org/]]より最新版のソースを入手
-bluehostのホームディレクトリに local, src の2つのフォルダを作成
-$HOME/srcに最新版のソースを展開
-以下のようにしてインストール
 $ ./configure --prefix=$HOME/local
 $ make
 $ make install
-.bash_profile のPATH部分を以下のように編集
 PATH=$HOME/local/bin:$PATH:$HOME/bin
-$ . .bash_profile
-$ python -V でバーションを確認

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS