mirror of
https://github.com/python/cpython.git
synced 2025-08-20 00:32:12 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ def pkg_recipes():
|
|||
is not necessary to use Python.
|
||||
""",
|
||||
required=False,
|
||||
selected='unselected',
|
||||
selected='selected',
|
||||
),
|
||||
dict(
|
||||
name="PythonDocumentation",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue