Install Python 2.6 without using installer on Win32

后端 未结 6 1048
挽巷
挽巷 2020-12-14 03:08

I need to run a Python script on a machine that doesn\'t have Python installed. I use Python as a part of a software package, and Python runs behind the curtain without the

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 03:09

    Another option is installing WinPython. It uses an installer, but it doesn't require admin rights (tested on Windows 7). Unlike Portable Python, it even has a Python 3.3.5 version.

提交回复
热议问题