Enabling tab completionΒΆ
Conda versions up to 4.3 supports tab completion in bash shells via the argcomplete package. Tab completion is deprecated starting with version 4.4. See issue #415.
To enable tab completion:
- Make sure that argcomplete is installed: - conda install argcomplete 
- Add the following code to your bash profile: - eval "$(register-python-argcomplete conda)" 
- Test it: - Open a new Terminal window or an Anaconda Prompt. 
- Type: - conda ins, and then press the Tab key.- The command completes to: - conda install 
 
To get tab completion in zsh, see conda-zsh-completion.