From 446f3d4742f88b09c85e83e96f6505cd3f6302c5 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Wed, 27 Nov 2024 03:29:03 +0100 Subject: switched to using qt --- I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pip | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pip (limited to 'I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pip') diff --git a/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pip b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pip new file mode 100755 index 0000000..474ea8e --- /dev/null +++ b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pip @@ -0,0 +1,8 @@ +#!/home/nasr/SOFTWARE/I2C/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/python3.12 +# -*- 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()) -- cgit v1.2.3-70-g09d2