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

Resolve problems on Windows running the sub processes when in editable mode #18379

Merged
merged 4 commits into from
Aug 1, 2024

Conversation

emlowe
Copy link
Contributor

@emlowe emlowe commented Jul 30, 2024

Use shutil.which to find the exe to launch (either a .cmd or a .exe). Primarily needed on Windows where depending on how the source install was done (editable vs non-editable: -i) the commands will end in .cmd or .exe.

However, the code works in a cross-platform way so it should be safe to use generically.

@emlowe emlowe requested a review from a team as a code owner July 30, 2024 21:50
@emlowe emlowe added Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog Exclude_Notes Use this label if the changes in the PR should be excluded from the release notes labels Jul 30, 2024
Quexington
Quexington previously approved these changes Jul 30, 2024
Copy link
Contributor

@Quexington Quexington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixed my issue

@Starttoaster Starttoaster merged commit 7b777e7 into release/2.4.3 Aug 1, 2024
1013 checks passed
@Starttoaster Starttoaster deleted the EL.fix-venv-cmd-exe branch August 1, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Exclude_Notes Use this label if the changes in the PR should be excluded from the release notes Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants