Skip to content

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiemars committed May 28, 2024
1 parent 7a2ce1b commit 04c2eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pythons.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04c2eab

Please sign in to comment.