/
opt
/
rh
/
rh-python35
/
root
/
lib64
/
python3.5
/
idlelib
/
Upload File
HOME
""" IDLE main entry point Run IDLE as python -m idlelib """ import idlelib.PyShell idlelib.PyShell.main() # This file does not work for 2.7; See issue 24212.