Use pyenv to manage python installation instead of homebrew

This commit is contained in:
2020-07-04 13:17:47 +01:00
parent 1409f5e31c
commit 712755da40
3 changed files with 28 additions and 7 deletions

4
zshenv
View File

@@ -157,6 +157,10 @@ path_prepend "/opt/tmux/bin"
path_prepend "$HOME/.rbenv/shims"
path_prepend "$HOME/.rbenv/bin"
# Python setup
path_prepend "$HOME/.pyenv/shims"
path_prepend "$HOME/.pyenv/bin"
# Rust setup
path_prepend "$HOME/.cargo/bin"