Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Python externally managed issue on Ubuntu 24.04
Fixes actions#10781 Add a non-externally managed Python interpreter to the `ubuntu-24.04` runner image to avoid pip installation errors. * **Template Update** - Add a provisioner in `images/ubuntu/templates/ubuntu-24.04.pkr.hcl` to install a stand-alone Python interpreter. - Update environment variables to include the new Python path. * **Toolset Update** - Specify non-externally managed Python installations in `images/ubuntu/toolsets/toolset-2404.json`. * **Documentation Update** - Document the inclusion of a non-externally managed Python interpreter in `images/ubuntu/Ubuntu2404-Readme.md`. - Note the resolution of pip installation errors. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/runner-images/issues/10781?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information