rlwrap项目使命令行交互支持readline

cooolr 于 2023-04-24 发布
  1. 下载
  2. 编译

     wget https://github.com/hanslub42/rlwrap/releases/download/0.46.1/rlwrap-0.46.1.tar.gz
     tar -zxvf rlwrap-0.46.1.tar.gz
     cd rlwrap-0.46.1
     ./configure
     make
     make install
    
  3. 使用

     alias python='rlwrap python'