mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-137450: macOS installer shell path management improvements (GH-137451) (#137453)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
2392232ec4
commit
c60289c7f2
4 changed files with 192 additions and 85 deletions
|
|
@ -1747,7 +1747,7 @@ def main():
|
|||
fn = os.path.join(folder, "ReadMe.rtf")
|
||||
patchFile("resources/ReadMe.rtf", fn)
|
||||
fn = os.path.join(folder, "Update Shell Profile.command")
|
||||
patchScript("scripts/postflight.patch-profile", fn)
|
||||
patchScript("resources/update_shell_profile.command", fn)
|
||||
fn = os.path.join(folder, "Install Certificates.command")
|
||||
patchScript("resources/install_certificates.command", fn)
|
||||
os.chmod(folder, STAT_0o755)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue