redhat python3.4安装步骤
python3.4的安装方法# wget https://www.python.org/ftp/python/3.4.4/Python-3.4.4.tgz
# tar -zxf Python-3.4.4.tgz
# cd Python-3.4.4
# 在安装包中有一个README的文件,里面有写如何安装
# ls
aclocal.m4 config.subconfigure.acGrammarinstall-shLICENSEMakefile.pre.inModulesParserPCbuild Pythonsetup.py
config.guessconfigure Doc IncludeLib Mac Misc ObjectsPC pyconfig.h.inREADMETools
# ./configure
# make
# make install
测试
# python3
Python 3.4.4 (default, Jun 27 2016, 07:47:54)
on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
页:
[1]