add python to environment
This commit is contained in:
parent
e5f4f93713
commit
ef3f1ef58e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue