diff --git a/xontrib/autovox.py b/xontrib/autovox.py index 0a95befa8..2e7621765 100644 --- a/xontrib/autovox.py +++ b/xontrib/autovox.py @@ -71,7 +71,7 @@ def check_for_new_venv(curdir): if newve is None: vox.deactivate() else: - vox.activate(newve) + vox.activate(newve.env) # Core mechanism: Check for venv when the current directory changes