📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 05:46:37
📂
/ (Root)
/
opt
/
alt
/
python27
/
share
/
bash-completion
/
completions
📍 /opt/alt/python27/share/bash-completion/completions
🔄 Refresh
✏️
Editing: pip2
Read Only
# 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
💾 Save Changes
❌ Cancel