diff --git a/init.el b/init.el index 69a6578..5501760 100644 --- a/init.el +++ b/init.el @@ -7,7 +7,9 @@ ;; Setup PATH (dolist (file '("/usr/local/sbin" "~/.local/bin" "~/.ghcup/bin" "/usr/bin/site_perl" "/usr/bin/vendor_perl" - "/usr/bin/core_perl")) + "/usr/bin/core_perl" + "/usr/share/pyenv/plugins/pyenv-virtualenv/shims" + "~/.pyenv/shims")) (add-to-list 'exec-path (directory-file-name (expand-file-name file))))