Tab CompletionΒΆ
conda
supports tab completion in bash shells via the argcomplete
package. First, make sure that argcomplete
is installed
$ conda install argcomplete
Then add
eval "$(register-python-argcomplete conda)"
to your bash profile. You can test that it works by opening a new terminal window and typing
$ conda ins<TAB>
It should complete to
$ conda install
To get tab completion in zsh, see conda-zsh-completion.