diff --git a/examples/sys_path.py b/examples/sys_path.py index dfef4fa..d8f6fd5 100644 --- a/examples/sys_path.py +++ b/examples/sys_path.py @@ -5,7 +5,7 @@ Embed the viv.py on the sys.path at runtime rather than using PYTHONPATH __import__("sys").path.append( - __import__("os").path.expanduser("~/.viv/src") + __import__("os").path.expanduser("~/.local/share/viv") ) # noqa # isort: off __import__("viv").use("pyfiglet") # noqa # isort: off