Closed eekstunt closed 4 months ago
Hello @theskumar @bbc2, are you available for a review of this small PR?
This look great! Merging in will be part of new release
@theskumar any chance you can cut a release soon that includes this PR? Spent three hours today hunting a ghost only to find that the signal I sent is swallowed by dotenv run
.
Hi Any updates here? Do you know when you can release?
By switching to os.execvpe instead of subprocess.Popen, we can replace the parent dotenv process with the new process specified by the user. This results in only one active process—the program the user intended to run.
Closes #522