| Current Path : /lib/google-cloud-sdk/platform/bundledpythonunix/bin/ |
| Current File : //lib/google-cloud-sdk/platform/bundledpythonunix/bin/pip3 |
#!/bin/sh
'''exec' "$(dirname -- "$(realpath -- "$0")")/python3.14" "$0" "$@"
' '''
import sys
from pip._internal.cli.main import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())