mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Whitespace normalization.
This commit is contained in:
parent
4b7a6c8b58
commit
ae6a5a73dc
2 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ PKG_RECIPES=[
|
|||
name="PythonSystemFixes",
|
||||
long_name="Fix system Python",
|
||||
readme="""\
|
||||
This package updates the system python installation on
|
||||
This package updates the system python installation on
|
||||
Mac OS X 10.3 to ensure that you can build new python extensions
|
||||
using that copy of python after installing this version of
|
||||
python.
|
||||
|
|
|
@ -21,7 +21,7 @@ if not sys.executable.startswith(sys.exec_prefix):
|
|||
# sys.executable points inside the current application bundle. Because this
|
||||
# path contains blanks (two of them actually) this path isn't usable on
|
||||
# #! lines. Reset sys.executable to point to the embedded python interpreter
|
||||
sys.executable = os.path.join(sys.prefix,
|
||||
sys.executable = os.path.join(sys.prefix,
|
||||
'Resources/Python.app/Contents/MacOS/Python')
|
||||
|
||||
# Just in case we're not in a framework:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue