fix: Remove pyenv

Move to uv, pyenv have too much conflict with traditional venv setup
This commit is contained in:
Ahmad Ansori Palembani 2025-06-01 09:35:24 +07:00
parent e653b9bdeb
commit 3fb8c00d74
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -78,11 +78,6 @@ _command_exists() {
[ $(command -v $1 | wc -l) -gt 0 ] && return 0 || return 1 [ $(command -v $1 | wc -l) -gt 0 ] && return 0 || return 1
} }
_command_exists pyenv && {
eval "$(pyenv init -)";
eval "$(pyenv virtualenv-init -)";
}
_command_exists zoxide && eval "$(zoxide init zsh)" _command_exists zoxide && eval "$(zoxide init zsh)"
_command_exists fzf && { _command_exists fzf && {