Update pyenv stuff

This commit is contained in:
2026-05-01 04:23:22 -07:00
parent 5ab643496b
commit 15ab83fde7
+3 -1
View File
@@ -7,7 +7,9 @@
;; Setup PATH ;; Setup PATH
(dolist (file '("/usr/local/sbin" "~/.local/bin" "~/.ghcup/bin" (dolist (file '("/usr/local/sbin" "~/.local/bin" "~/.ghcup/bin"
"/usr/bin/site_perl" "/usr/bin/vendor_perl" "/usr/bin/site_perl" "/usr/bin/vendor_perl"
"/usr/bin/core_perl" "/usr/share/pyenv/plugins/pyenv-virtualenv/shims")) "/usr/bin/core_perl"
"/usr/share/pyenv/plugins/pyenv-virtualenv/shims"
"~/.pyenv/shims"))
(add-to-list 'exec-path (directory-file-name (add-to-list 'exec-path (directory-file-name
(expand-file-name file)))) (expand-file-name file))))