about summary refs log tree commit diff stats
path: root/dot_local/bin/executable_pip3
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/bin/executable_pip3')
-rw-r--r--dot_local/bin/executable_pip38
1 files changed, 0 insertions, 8 deletions
diff --git a/dot_local/bin/executable_pip3 b/dot_local/bin/executable_pip3
deleted file mode 100644
index 6443bcd..0000000
--- a/dot_local/bin/executable_pip3
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/python
-# -*- 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())