How do I install Python 2.7.3 32 bit and 64 bit on Windows side by side

后端 未结 3 1081
谎友^
谎友^ 2020-12-08 19:50

I have Windows Vista 64.

I have some projects requiring Python 2.7.3 64 bit and others requiring Python 2.7.3 32 bit (because some extensions do not work in 64 bit).

3条回答
  •  孤城傲影
    2020-12-08 20:11

    While installing 2nd python, for Register Extensions select "Entire feature will be unavailable" option. Python 64 Installation path will be in registry "HKLM:SOFTWARE\Python\PythonCore\2.7\InstallPath"

    Python 64 bit PythonPath will be in "HKLM:SOFTWARE\Python\PythonCore\2.7\PythonPath"

    Python 32 Installation path will be in registry "HKLM:SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPath"

    Python 32 bit PythonPath will be in "HKLM:SOFTWARE\Wow6432Node\Python\PythonCore\2.7\PythonPath"

    Customize Python with disabling extions

提交回复
热议问题