Linux下安装Python
摘要:Python2.5的安装方法:1.下载地址wget http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz2.安装 $ tar –jxvf Python-2.7.2.tar.bz2 $ cd Python-2.7.2 $ ./configure $ make $ make install3. 测试 在命令行下输入python,出现python解释器即表示已经正确安装。在suse10或rhel5(es5)下系统默认已经装了python但版本是2.4.x;本次安装后在shell中输入#python会发现显示结果:# p...
阅读全文
posted @ 2012-06-24 02:30
浙公网安备 33010602011771号