From 04c2eab10275265d26fd7a9e9f04d6cc08f05cff Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 28 May 2024 09:10:49 +0800 Subject: [PATCH] python --- config/pythons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pythons.el b/config/pythons.el index c6c8455a..fec29d7e 100644 --- a/config/pythons.el +++ b/config/pythons.el @@ -59,7 +59,7 @@ (unless (zerop (car rc)) (user-error "%s" (string-trim> (cdr rc)))))) (t (user-error "%s" "python venv unavailable")))) - (prog1 d + (prog1 (setq b d) (when-var% python-shell-interpreter 'python (setq python-shell-interpreter (concat d "bin/python"))) (if-var% python-shell-virtualenv-root 'python