diff options
Diffstat (limited to 'venv/bin/pip3')
-rwxr-xr-x | venv/bin/pip3 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/venv/bin/pip3 b/venv/bin/pip3 deleted file mode 100755 index 0b47d90..0000000 --- a/venv/bin/pip3 +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | #!/home/a9o9/PycharmProjects/network_scanner/venv/bin/python | ||
2 | # EASY-INSTALL-ENTRY-SCRIPT: 'pip==10.0.1','console_scripts','pip3' | ||
3 | __requires__ = 'pip==10.0.1' | ||
4 | import re | ||
5 | import sys | ||
6 | from pkg_resources import load_entry_point | ||
7 | |||
8 | if __name__ == '__main__': | ||
9 | sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) | ||
10 | sys.exit( | ||
11 | load_entry_point('pip==10.0.1', 'console_scripts', 'pip3')() | ||
12 | ) | ||