mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
install idle and pydoc with a 3 suffix #5756
This commit is contained in:
parent
f4841e2df7
commit
0b4915e99e
4 changed files with 8 additions and 9 deletions
8
setup.py
8
setup.py
|
@ -1652,13 +1652,7 @@ def main():
|
|||
# called unless there's at least one extension module defined.
|
||||
ext_modules=[Extension('_struct', ['_struct.c'])],
|
||||
|
||||
# Scripts to install
|
||||
# Commented out because we don't want them to override the 2.x
|
||||
# ones. See #1590.
|
||||
scripts = []
|
||||
#scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',
|
||||
# 'Tools/scripts/2to3',
|
||||
# 'Lib/smtpd.py']
|
||||
scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3"]
|
||||
)
|
||||
|
||||
# --install-platlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue