• Anaconda Platform
  • – Welcome
  • – Anaconda Distribution
  • – Anaconda Repository
  • – Anaconda Accelerate
  • – Anaconda Adam
  • – Anaconda Enterprise Notebooks
  • – Anaconda Fusion
  • – Anaconda Scale
  • – Anaconda Cloud
  • Continuum-sponsored OSS programs
  • – Blaze
  • – Bokeh
  • – Conda
    • Conda Announcements List
    • Get started
      • Intro to conda
      • Download conda
      • Installation
        • Quick install
        • Full installation
        • Configuration
          • The conda configuration file (.condarc)
          • General configuration
          • Advanced configuration
          • Conda build configuration
            • Automatically upload conda build packages to Anaconda.org (anaconda_upload)
            • Specify conda build output root directory (conda-build)
              • Sample .condarc file
              • Tab Completion
        • Centralized installation
      • Test drive
      • Conda cheat sheet
    • Using conda
    • Building packages
    • Help & reference
    • Get involved
    • Presentations & Blog Posts
    • Requirements
    • What’s new in conda 4.3?
  • – dask
  • – llvmlite
  • – PhosphorJS
  • – Numba
  • Top OSS programs

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.

Docs Home
Continuum Analytics Home
More Help & Support
2017 Continuum Analytics, Inc.
All Rights Reserved.
Privacy Policy | EULA