From ef3f1ef58e233c34b189361b09d4f79cd611a1f1 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 30 Aug 2023 12:52:58 +0200 Subject: [PATCH] add python to environment --- .chezmoitemplates/zprofile_darwin.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoitemplates/zprofile_darwin.tmpl b/.chezmoitemplates/zprofile_darwin.tmpl index 2f88d66..d4a4acc 100644 --- a/.chezmoitemplates/zprofile_darwin.tmpl +++ b/.chezmoitemplates/zprofile_darwin.tmpl @@ -1,6 +1,6 @@ export LC_ALL=en_US.UTF-8 -export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.0.0/bin:$PATH +export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.0.0/bin:/opt/homebrew/opt/python@3.11/libexec/bin:$PATH # Added by Toolbox App export PATH="$PATH:/Users/{{ .chezmoi.username }}/Library/Application Support/JetBrains/Toolbox/scripts"