AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 如何让AMH支持python呢? |
|
---|---|
必成大器 |
必成大器 发表于 2015-03-22 22:55:03
谢谢大家
点赞,加油! (1分)
2015-03-22 22:55:03 1
|
amysql |
系统有自带python的,如果是需要指定版本再单独安装。
回复
2015-03-23 12:16:47 2
AMH面板 - 好用高效低占用、安全可靠极稳定 |
必成大器 |
# python -v 输入这个命令出现以下东西 是说明安装了还是没装呢? # installing zipimport hook import zipimport # builtin # installed zipimport hook # /usr/lib64/python2.6/site.pyc matches /usr/lib64/python2.6/site.py import site # precompiled from /usr/lib64/python2.6/site.pyc # /usr/lib64/python2.6/os.pyc matches /usr/lib64/python2.6/os.py import os # precompiled from /usr/lib64/python2.6/os.pyc import errno # builtin import posix # builtin # /usr/lib64/python2.6/posixpath.pyc matches /usr/lib64/python2.6/posixpath.py import posixpath # precompiled from /usr/lib64/python2.6/posixpath.pyc # /usr/lib64/python2.6/stat.pyc matches /usr/lib64/python2.6/stat.py import stat # precompiled from /usr/lib64/python2.6/stat.pyc # /usr/lib64/python2.6/genericpath.pyc matches /usr/lib64/python2.6/genericpath.py import genericpath # precompiled from /usr/lib64/python2.6/genericpath.pyc # /usr/lib64/python2.6/warnings.pyc matches /usr/lib64/python2.6/warnings.py import warnings # precompiled from /usr/lib64/python2.6/warnings.pyc # /usr/lib64/python2.6/linecache.pyc matches /usr/lib64/python2.6/linecache.py import linecache # precompiled from /usr/lib64/python2.6/linecache.pyc # /usr/lib64/python2.6/types.pyc matches /usr/lib64/python2.6/types.py import types # precompiled from /usr/lib64/python2.6/types.pyc # /usr/lib64/python2.6/UserDict.pyc matches /usr/lib64/python2.6/UserDict.py import UserDict # precompiled from /usr/lib64/python2.6/UserDict.pyc # /usr/lib64/python2.6/_abcoll.pyc matches /usr/lib64/python2.6/_abcoll.py import _abcoll # precompiled from /usr/lib64/python2.6/_abcoll.pyc # /usr/lib64/python2.6/abc.pyc matches /usr/lib64/python2.6/abc.py import abc # precompiled from /usr/lib64/python2.6/abc.pyc # /usr/lib64/python2.6/copy_reg.pyc matches /usr/lib64/python2.6/copy_reg.py import copy_reg # precompiled from /usr/lib64/python2.6/copy_reg.pyc # /usr/lib64/python2.6/site-packages/abrt_exception_handler.pyc matches /usr/lib64/python2.6/site-packages/abrt_exception_handler.py import abrt_exception_handler # precompiled from /usr/lib64/python2.6/site-packages/abrt_exception_handler.pyc import encodings # directory /usr/lib64/python2.6/encodings # /usr/lib64/python2.6/encodings/__init__.pyc matches /usr/lib64/python2.6/encodings/__init__.py import encodings # precompiled from /usr/lib64/python2.6/encodings/__init__.pyc # /usr/lib64/python2.6/codecs.pyc matches /usr/lib64/python2.6/codecs.py import codecs # precompiled from /usr/lib64/python2.6/codecs.pyc import _codecs # builtin # /usr/lib64/python2.6/encodings/aliases.pyc matches /usr/lib64/python2.6/encodings/aliases.py import encodings.aliases # precompiled from /usr/lib64/python2.6/encodings/aliases.pyc # /usr/lib64/python2.6/encodings/utf_8.pyc matches /usr/lib64/python2.6/encodings/utf_8.py import encodings.utf_8 # precompiled from /usr/lib64/python2.6/encodings/utf_8.pyc Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. dlopen("/usr/lib64/python2.6/lib-dynload/readline.so", 2); import readline # dynamically loaded from /usr/lib64/python2.6/lib-dynload/readline.so
回复
2015-03-23 23:11:49 3
|
xiaomayi2012 |
回复
2015-07-18 10:56:04 4
|