Toggle table of contents sidebar
How to set up bash completionΒΆWhen using bash as your shell, pytest
can use argcomplete (https://kislyuk.github.io/argcomplete/) for auto-completion. For this argcomplete
needs to be installed and enabled.
Install argcomplete using:
sudo pip install 'argcomplete>=0.5.7'
For global activation of all argcomplete enabled python applications run:
sudo activate-global-python-argcomplete
For permanent (but not global) pytest
activation, use:
register-python-argcomplete pytest >> ~/.bashrc
For one-time activation of argcomplete for pytest
only, use:
eval "$(register-python-argcomplete pytest)"
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4