==Django インストール 0.96==
[[Python][Django 0.96][Fedora][Django インストール]]
{{amazon|4048672096}}
[GCC 4.1.1 20061011 (Red Hat 4.1.1-30)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> >>>
====2.6.2のダウンロード====
http://www.python.org/download/releases/2.6.2/
# tar xzvf Python-2.6.2.tgz
<<blockquote>>To start building right away (on UNIX): type "./configure" in the current directory and when it finishes, type "make". This creates an executable "./python"; to install in /usr/local, first do "su root" and then "make install".<</blockquote>>
*解凍されたディレクトリで、以下を実行
changing mode of build/scripts-2.6/smtpd.py from 644 to 755
<<blockquote>>カレントディレクトリに実行可能の python ファイルが作成される。/usr/localへインストールする(rootで)<</blockquote>>
#make install
:
[GCC 4.1.2 20070626 (Red Hat 4.1.2-13)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> >>>
=====明示しない場合2.4か2.6かどちらが起動するかは、PATHの設定に依存=====
# whereis python