Initial clean commit - unified Lyra stack

This commit is contained in:
serversdwn
2025-11-16 03:17:32 -05:00
commit 94fb091e59
270 changed files with 74200 additions and 0 deletions

1
intake/venv/bin/python Symbolic link
View File

@@ -0,0 +1 @@
python3

1
intake/venv/bin/python3 Symbolic link
View File

@@ -0,0 +1 @@
/usr/bin/python3

1
intake/venv/bin/python3.10 Symbolic link
View File

@@ -0,0 +1 @@
python3

1
intake/venv/lib64 Symbolic link
View File

@@ -0,0 +1 @@
lib

3
intake/venv/pyvenv.cfg Normal file
View File

@@ -0,0 +1,3 @@
home = /usr/bin
include-system-site-packages = false
version = 3.10.12