Skip to content

Fix cargo path with puccinialin for Windows#3093

Merged
messense merged 1 commit into
mainfrom
konsti/cargo-path-windows
Mar 18, 2026
Merged

Fix cargo path with puccinialin for Windows#3093
messense merged 1 commit into
mainfrom
konsti/cargo-path-windows

Conversation

@konstin

@konstin konstin commented Mar 17, 2026

Copy link
Copy Markdown
Member

Unlike on Unix, the PATH in env doesn't influence PATH resolution for the spawned process on Windows, so we have resolve manually to avoid failing the check. (https://docs.python.org/3/library/subprocess.html#subprocess.run red box)

Fixes #3092.

Unlike on Unix, the `PATH` in `env` doesn't influence PATH resolution for the spawned process on Windows, so we have resolve manually to avoid failing the check. (https://docs.python.org/3/library/subprocess.html#subprocess.run red box)

Fixes #3092.
@konstin konstin added the bug Something isn't working label Mar 17, 2026
@messense messense enabled auto-merge (squash) March 17, 2026 23:54
@messense messense merged commit 0e03e6d into main Mar 18, 2026
45 checks passed
@messense messense deleted the konsti/cargo-path-windows branch March 18, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Environment is not correctly updated on Windows on toolchain installation

2 participants