Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lee-pai-long/f7728751b6255d16ceb6 to your computer and use it in GitHub Desktop.
Save lee-pai-long/f7728751b6255d16ceb6 to your computer and use it in GitHub Desktop.

[LINUX MINT 17.2] Install PIP bash completion

$ git clone git://github.com/ekalinin/pip-bash-completion.git && \
> sudo cp ./pip-bash-completion/pip /etc/bash_completion.d/ && \
> . /etc/bash_completion.d/pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment