Skip to content

Commit

Permalink
EdkRepo: Specify the Python version in installed Python launcher
Browse files Browse the repository at this point in the history
The Python launchers installed by EdkRepo should explicitly point
to the supported version where possible allowing and git hooks to
'import edkrepo' if needed.

Signed-off-by: Ashley E Desimone <[email protected]>
  • Loading branch information
ashedesimone committed Nov 8, 2021
1 parent 6e9c3ad commit c5549ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edkrepo_installer/EdkRepoInstaller/InstallerStrings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static string EdkrepoPython3LauncherScript
{
get
{
return "python3";
return "python -3.8";
}
}

Expand Down

0 comments on commit c5549ca

Please sign in to comment.