move venv to shared (#1291)

This commit is contained in:
NotSoToothless
2026-05-31 01:43:19 -07:00
committed by GitHub
parent 37c3e66d75
commit cb0a18f748
11 changed files with 23 additions and 41 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ right now. Compare against the local entitlements.db cache.
Usage (on the server):
cd ~/GitHub/SREBOT_MEOW
source .venv/bin/activate
source ../SHARED/.venv/bin/activate
python scripts/diag_entitlements.py
Targeted guild: 1379510072815779961 (bot owner's max-tier server).
+1 -1
View File
@@ -8,7 +8,7 @@ mismatch, squadron-name mismatch).
Usage (on the server):
cd ~/SREBOT/SREBOT_MEOW
source .venv/bin/activate
source ../SHARED/.venv/bin/activate
python scripts/diag_meta_points.py 1378960248118841507
"""
from __future__ import annotations
+1 -1
View File
@@ -20,7 +20,7 @@ Run with `--dry-run` first. The script prints exactly what it would do.
Usage
-----
source .venv/bin/activate
source ../SHARED/.venv/bin/activate
python scripts/migrate_clan_id.py --dry-run
python scripts/migrate_clan_id.py --apply
"""