From 32ce39cb2154ef117261c14025e0adfccdf1584a Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Sat, 9 Nov 2024 03:44:10 +0100 Subject: [PATCH] removes pyenv installation, already exists in nix --- bin/actions/update.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/actions/update.sh b/bin/actions/update.sh index 07b642a..0c96a20 100755 --- a/bin/actions/update.sh +++ b/bin/actions/update.sh @@ -135,13 +135,6 @@ pipxpkgs() { return fi - printfe "%s\n" "cyan" "Ensuring pyenv is installed..." - if [ ! -d "$HOME/.pyenv" ]; then - curl https://pyenv.run | bash - else - printfe "%s\n" "green" " - pyenv is already installed" - fi - printfe "%s\n" "cyan" "Ensuring pipx packages are installed..." source $HOME/dotfiles/bin/helpers/pipx_packages.sh ensure_pipx_packages_installed