mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +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
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python
|
||||
#! /usr/bin/env python3
|
||||
|
||||
from idlelib.PyShell import main
|
||||
if __name__ == '__main__':
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import pydoc
|
||||
if __name__ == '__main__':
|
Loading…
Add table
Add a link
Reference in a new issue