Browse Source

Make python play nice with emacs

master
Taylor Bockman 4 years ago
parent
commit
a8a1fb4f4e
  1. 1
      dotfiles/bash/bash_profile

1
dotfiles/bash/bash_profile

@ -8,3 +8,4 @@ export PATH="/usr/local/opt/openjdk/bin:$PATH"
export PATH="/usr/local/opt/llvm/bin:$PATH"
export PATH="/usr/local/opt/qt/bin:$PATH"
export PATH="/usr/local/opt/tcl-tk/bin:$PATH"
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi

Loading…
Cancel
Save