Changing PyScripter to work with different Python Versions

后端 未结 3 1169
攒了一身酷
攒了一身酷 2021-02-20 06:21

I\'m using PyScripter for writing python programs and I can\'t figure out how to make it work with Python26 on my computer. When I installed ArcGIS, by default it installs Pytho

3条回答
  •  青春惊慌失措
    2021-02-20 06:36

    go to the pyscripter shortcut : right click then select Properties, add the option to the target : --PYTHONXX wherein XX the Python version.

    ex : "C:\Program Files\PyScripter\PyScripter.exe" --PYTHON24

    Copy/paste another shortcut and modify the option to another python version.

提交回复
热议问题