Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望拥有与您在终端中简单地键入 python 时相同的功能(历史,...)。我的脚本经过了一堆设置代码,准备好后,用户应该有一个命令提示符。实现这一目标的最佳方法是什么?
要么readline自己使用和编写 shell 行为,要么简单地准备环境并放入IPython.
readline
IPython
使用 .从控制台运行脚本python -i。完成后,它将通过命令并让您进入通常的 Python 控制台。
python -i