PK �6�\S�$�$ $ pip3nu �[���
# pip bash completion start
_pip3_completion()
{
COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \
COMP_CWORD=$COMP_CWORD \
PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) )
}
complete -o default -F _pip3_completion pip pip{,-}{3,3.8}}
# pip bash completion end
PK MB�\�b�$ $ pip2nu �[���
# pip bash completion start
_pip2_completion()
{
COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \
COMP_CWORD=$COMP_CWORD \
PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) )
}
complete -o default -F _pip2_completion pip pip{,-}{2,2.7}}
# pip bash completion end
PK �6�\S�$�$ $ pip3nu �[��� PK MB�\�b�$ $ X pip2nu �[��� PK � �