fix: Remove pyenv
Move to uv, pyenv have too much conflict with traditional venv setup
This commit is contained in:
parent
e653b9bdeb
commit
3fb8c00d74
1 changed files with 0 additions and 5 deletions
|
@ -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 && {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue