类似 IPython 支持语法高亮和提示补全的 Python解释器.
一. 官网
二.安装
1.pip install bpython
2. python -m bpython 进入
三.添加到.bash_profile 或者 .zshrc
alias bpy="python -m bpython"
类似 IPython 支持语法高亮和提示补全的 Python解释器.
一. 官网
二.安装
1.pip install bpython
2. python -m bpython 进入
三.添加到.bash_profile 或者 .zshrc
alias bpy="python -m bpython"