pyRevit icon indicating copy to clipboard operation
pyRevit copied to clipboard

PyRevitRunner to honour cpython hash-bang

Open tinrobot2000 opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe

PyRevitRunner uses the settings IronPython engine even when a script starts with '#! python3'

Describe the solution you'd like

PyRevitRunner uses the Cpython engine in the settings if the script starts with the cpython hash-bang

Describe alternatives you've considered

None, although IronPython3 does work with python3 code, so setting that is a workaround

Additional context

None

tinrobot2000 avatar Oct 18 '24 01:10 tinrobot2000