Linux 默认已经安装 Python
[[email protected] ~]# rpm -q python # 查看是否安装 python-2.6.6-51.el6.x86_64 [[email protected] ~]# python # 使用python Python 2.6.6 (r266:84292, Nov 22 2013, 12:16:22) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>
时间: 2024-10-11 16:33:29