与IPython类似,它支持高亮显示语法并提示完成Python解释器。
[En]
Similar to IPython supports syntax highlighting and prompt completion of the Python interpreter.
二.安装
1.pip install bpython
- python -m bpython 进入
三.添加到.bash_profile 或者 .zshrc
alias bpy=”python -m bpython”
Original: https://www.cnblogs.com/mxh1099/p/8961216.html
Author: 半天的半天
Title: bpython
原创文章受到原创版权保护。转载请注明出处:https://www.johngo689.com/6579/
转载文章受原作者版权保护。转载请注明原作者出处!