Change default Python interpreter on Windows XP

后端 未结 7 1266
无人及你
无人及你 2021-02-01 09:06

I have two python versions: Python 2.5 and Python 2.7. When I\'m setting up django, I want to use Python 2.7, but django is using Python 2.5 somehow.

How can I make sur

7条回答
  •  無奈伤痛
    2021-02-01 09:17

    Change the registry key at

    HKEY_CLASSES_ROOT\Applications\python.exe\shell\open\command
    

提交回复
热议问题