Files
lte-security-profile/venv/bin/pip3
T
Ario 54e48a8985 s2
2026-06-10 13:19:29 +03:30

11 lines
293 B
Bash
Executable File

#!/bin/sh
'''exec' "/home/ario/Downloads/new projact git/venv/bin/python3" "$0" "$@"
' '''
# -*- coding: utf-8 -*-
import re
import sys
from pip._internal.cli.main import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())