python: Can I run a python script without actually installing python?

后端 未结 6 644
臣服心动
臣服心动 2020-12-08 14:35

I have some .py files I wrote that I want to run on a different machine. The target machine does not have python installed, and I can\'t \'install\' it by policy. What I c

6条回答
  •  独厮守ぢ
    2020-12-08 14:50

    Edit: Development of Portable Python has stopped. I will remove this answer shortly.

    Check out Portable Python. That should do what you need.

    Current versions (as of April 2015) are 2.7.6 and 3.2.5

提交回复
热议问题