Use sys.executable to launch python scripts#420
Use sys.executable to launch python scripts#420take-cheeze wants to merge 2 commits intomathoudebine:mainfrom
Conversation
|
Hello @take-cheeze and thanks for the PR, were you able to test it on Linux and Windows? |
|
I've tested in macOS. Maybe windows may have some trouble so I'll test it |
|
Seems |
|
I tested your new changes on Windows, but now when I click on "Save and run" from the configuration window it starts the main.py script in a new terminal window, whereas previously it started the script in background. |
|
I'm running it from Terminal app so it seems to be the difference |
So that scripts like
main.pyis launched by same python executable used byconfigure.py