File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ def getFullVersion():
232232 name = "PythonSystemFixes" ,
233233 long_name = "Fix system Python" ,
234234 readme = """\
235- This package updates the system python installation on
235+ This package updates the system python installation on
236236 Mac OS X 10.3 to ensure that you can build new python extensions
237237 using that copy of python after installing this version of
238238 python.
Original file line number Diff line number Diff line change 2121 # sys.executable points inside the current application bundle. Because this
2222 # path contains blanks (two of them actually) this path isn't usable on
2323 # #! lines. Reset sys.executable to point to the embedded python interpreter
24- sys .executable = os .path .join (sys .prefix ,
24+ sys .executable = os .path .join (sys .prefix ,
2525 'Resources/Python.app/Contents/MacOS/Python' )
2626
2727 # Just in case we're not in a framework:
You can’t perform that action at this time.
0 commit comments