Changing PyScripter to work with different Python Versions

后端 未结 3 1243
攒了一身酷
攒了一身酷 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:51

    Easiest way to change the python version in PyScripter is:

    Run->Python Version-> Setup Python Versions->Add New Python Version-> Browse to your python exe and select ok.-> Click on Activate Selected Python Version..

    Now restart your PyScriptor and your are good to go.

提交回复
热议问题