enable tab completion in pdb! (beginner) anthony explains #237

preview_player
Показать описание
pdb, the python debugger by default does not have tab complete. however it's very easy to turn on!

==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

is rlcompleter builtin? and if so, why is this not a flag, or the default behaviour?

sadhlife
Автор

Hello.
Could you pls explain one thing? When I pip install some Python tools like pre-commit/flake8/etc. they all got to my $PATH due to some simple script put in /usr/bin/<tool> or /usr/local/bin/<tool>. I can't find what part of the install process is responsible for this and to create my own package ready to use as CLI tool. Thank you.

horseinthesky