You must log in or register to comment.
My secret to high uptime:
while True: try: main() except: pass
Don’t need to activate your venv to use it.
Just use
venv/bin/python my-file.py
from a script or a terminal from your project root.You don’t need to use venv at all, break the mold and do it all global