radiasoft / rswarp

Python utilities specific to running Warp
Other
5 stars 5 forks source link

Use sys.executable as the interpreter for the child #2

Closed elventear closed 7 years ago

elventear commented 7 years ago

Do not rely on the environment variables to find the appropriate Python interpreter for the chid process. Use sys.executable instead.