master
/ miniconda3 / envs / poem / bin / idle3.10

idle3.10 @a8e0244 raw · history · blame

1
2
3
4
5
#!/home/jovyan/work/miniconda3/envs/poem/bin/python3.10

from idlelib.pyshell import main
if __name__ == '__main__':
    main()