mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix: install pyenv detection
This commit is contained in:
@@ -160,7 +160,7 @@ if [[ ! -f $(which fnm) ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ ! -d "$HOME/.pyenv" ]]; then
|
||||
if [[ ! -f "$(which pyenv)" ]]; then
|
||||
if ask "Install pyenv?"; then
|
||||
echo_yellow "Installing pyenv..."
|
||||
platform_install -b pyenv \
|
||||
|
||||
Reference in New Issue
Block a user