这个功能是以lib的形式提供的,配置写到home下的.pythonrc文件中, 并设置好环境变量让python启动时执行初始化: # ~/.pythonrc # enable syntax completion # add the next line to your ~/.bashrc # export PYTHONSTARTUP=~/.pythonrc try: import readline except ImportError: print("Module readline not ava