Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreleased dotenv run changes do not work on Windows #536

Open
MrSnapperVibes opened this issue Oct 18, 2024 · 0 comments
Open

Unreleased dotenv run changes do not work on Windows #536

MrSnapperVibes opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@MrSnapperVibes
Copy link

Commit 4543837 breaks the dotenv run command on Windows. If you enter the statement (for example) dotenv run -- python in Powershell there is no output. Subsequently entering $? reveals the last statement failed.

If I run python -c "import os; os.execvpe('python', ['python'], {})" I get the output FileNotFoundError: [Errno 2] No such file or directory: 'C:\\bin\\python'. I imagine this same error is occurring with the dotenv run command but the error message is getting lost.

@MrSnapperVibes MrSnapperVibes changed the title Unreleased changes do not work on Windows Unreleased `dotenv run changes do not work on Windows Oct 18, 2024
@MrSnapperVibes MrSnapperVibes changed the title Unreleased `dotenv run changes do not work on Windows Unreleased dotenv run changes do not work on Windows Oct 18, 2024
@bbc2 bbc2 self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants