Skip to content

Fix pipx install error in Linux #2894

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

Merged
merged 2 commits into from
Dec 3, 2023
Merged

Fix pipx install error in Linux #2894

merged 2 commits into from
Dec 3, 2023

Conversation

danyeaw
Copy link
Member

@danyeaw danyeaw commented Dec 2, 2023

My pipx improvement to use pylauncher to get the Python version from earlier in the year was released in pipx 1.3. This allows us to have common code to install using pipx, but also broke the build in Linux because the Linux runners have pylauncher and we weren't using the --python 3.12 syntax needed.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bug fix
  • Feature
  • Chore (refactoring, formatting, local variables, other cleanup)
  • Documentation content changes

What is the current behavior?

Linux build is failing

Issue Number: N/A

What is the new behavior?

Linux build is passing

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@danyeaw danyeaw force-pushed the fix-pipx-python-version branch from 01b930f to a2cd062 Compare December 2, 2023 22:23
@danyeaw danyeaw added the fix A fix for a bug label Dec 2, 2023
@danyeaw danyeaw force-pushed the fix-pipx-python-version branch from a2cd062 to 95e91fd Compare December 2, 2023 22:36
@danyeaw danyeaw force-pushed the fix-pipx-python-version branch from 95e91fd to 48a3d85 Compare December 2, 2023 22:41
@danyeaw danyeaw requested a review from amolenaar December 3, 2023 00:44
Copy link
Member

@amolenaar amolenaar left a comment

Choose a reason for hiding this comment

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

Nice update.

You're a master in upstreaming fixes.

@amolenaar amolenaar merged commit d66f186 into main Dec 3, 2023
@amolenaar amolenaar deleted the fix-pipx-python-version branch December 3, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A fix for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants