gpt4 book ai didi

python - 如何让IDLE在启动时自动导入模块?

转载 作者:太空宇宙 更新时间:2023-11-03 18:12:39 25 4
gpt4 key购买 nike

当我使用 IDLE shell 时,我通常会导入 pickle 模块。是否可以在启动时自动导入 pickle

最佳答案

您可以使用-c或-r参数:

来自idle -h:

-c cmd     run the command in a shell, or
-r file run script from file

例如:

idle -c 'import pickle, sys'

或者:

idle -r ~/my_startup.py

其中 my_startup.py 可能包含:

import pickle, sys

您可以创建一个 shell 别名来始终使用它,或者创建一个单独的脚本;根据您的操作系统和 shell,此过程会有所不同。

关于python - 如何让IDLE在启动时自动导入模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25603955/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com