FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Added quotes to unquoted paths in python install and pip upgrade commands by franciscogarcia-payroc · Pull Request #378 · actions/python-versions · GitHub

fix: Added quotes to unquoted paths in python install and pip upgrade commands - #378

Open
franciscogarcia-payroc wants to merge 3 commits into
actions:mainfrom
franciscogarcia-payroc:fix/quote-python-exe-path
Open

fix: Added quotes to unquoted paths in python install and pip upgrade commands#378
franciscogarcia-payroc wants to merge 3 commits into
actions:mainfrom
franciscogarcia-payroc:fix/quote-python-exe-path

Conversation

Copy link
Copy Markdown

Added backtick commented out quotes for python install and pip upgrade steps to avoid errors when the hosted tools path has a space in it.

Copilot AI review requested due to automatic review settings March 3, 2026 14:57
franciscogarcia-payroc requested a review from a team as a code owner March 3, 2026 14:57
franciscogarcia-payroc changed the title Fixing issue with space in Quoted paths Fixing issue with space in unquoted paths Mar 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Pull request overview

Updates the Windows Python toolcache setup PowerShell template to better handle hosted tool paths that contain spaces, specifically during pip bootstrapping/upgrade.

Changes:

  • Quote $PythonExePath within the cmd.exe /c invocation for ensurepip and pip install --upgrade to avoid failures when the Python path contains spaces.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

franciscogarcia-payroc changed the title Fixing issue with space in unquoted paths fix: Added quotes to unquoted paths in python install and pip upgrade commands Mar 3, 2026

Copy link
Copy Markdown
Author

Hello all, simple change that likely affects a lot of consumers. Politely requesting a review from team?

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL