I have no idea what happened here...

This commit is contained in:
2021-06-30 11:07:28 -04:00
parent b01f236f7c
commit b44a63312e
716 changed files with 236008 additions and 32 deletions

8
venv/bin/pip Executable file
View File

@@ -0,0 +1,8 @@
#!/home/joe/git/lewis-crawler-software/venv/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())