🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 07:27:38 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
python311
/
share
/
bash-completion
/
completions
📍 /opt/alt/python311/share/bash-completion/completions
🔄 Refresh
✏️
Editing: pip3
Read Only
# 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.11}} # pip bash completion end
💾 Save Changes
❌ Cancel