📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 17:13:37
📂
/ (Root)
/
opt
/
alt
/
python35
/
share
/
bash-completion
/
completions
📍 /opt/alt/python35/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.5}} # pip bash completion end
💾 Save Changes
❌ Cancel