On my desktop typing python-
and pressing Tab offers suggestions of installable packages that are prefixed python
. My server doesn't have this ability, how can I fix that?
On my desktop typing python-
and pressing Tab offers suggestions of installable packages that are prefixed python
. My server doesn't have this ability, how can I fix that?
Install
bash-completion
and put this line in your ~/.bashrc (but check first if there is a similar line first):Note that it will only take effect in new terminals you open from now on. To take effect in the current terminal source your
~/.bashrc
or