move venv to shared (#1291)
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user