Your IP : 216.73.217.79


Current Path : /lib/google-cloud-sdk/platform/bundledpythonunix/bin/
Upload File :
Current File : //lib/google-cloud-sdk/platform/bundledpythonunix/bin/pip3.14

#!/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())