Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
python37
/
share
/
bash-completion
/
completions
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/python37/share/bash-completion/completions/pip3
# 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.7}} # pip bash completion end