mirror of https://github.com/python/cpython
Fix for issue 9275: the OSX installer no longer installs links in /usr/local
This was an unintentional change to the 2.7 installer, and confuses users.
This commit is contained in:
parent
880685f698
commit
2f4f63a453
|
@ -275,7 +275,7 @@ def pkg_recipes():
|
||||||
is not necessary to use Python.
|
is not necessary to use Python.
|
||||||
""",
|
""",
|
||||||
required=False,
|
required=False,
|
||||||
selected='unselected',
|
selected='selected',
|
||||||
),
|
),
|
||||||
dict(
|
dict(
|
||||||
name="PythonDocumentation",
|
name="PythonDocumentation",
|
||||||
|
|
Loading…
Reference in New Issue