当前位置: 软件>C/C++软件
静态的Python解析器 StaticPython
本文导语: StaticPython 是一个静态链接版本的 Python 解析器,当前版本支持 Python 2.7。该软件使用单一的可执行文件进行分发,使用简单方便。 使用方法: $ wget -O python2.7-static http://pts-mini-gpl.googlecode.com/files/python2.7-static$ chmod +x python2.7-static...
StaticPython 是一个静态链接版本的 Python 解析器,当前版本支持 Python 2.7。该软件使用单一的可执行文件进行分发,使用简单方便。
使用方法:
$ wget -O python2.7-static http://pts-mini-gpl.googlecode.com/files/python2.7-static
$ chmod +x python2.7-static
$ ./python2.7-static
Python 2.7 (r27:82500, Aug 11 2010, 10:51:33)
[GCC 4.1.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>