From dbda2648edf216dace402b817dbb64a202aab94d Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 14 Aug 2025 23:54:18 -0600 Subject: [PATCH] workan on pyenv --- customscripts/python_pyenv_setup.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/customscripts/python_pyenv_setup.sh b/customscripts/python_pyenv_setup.sh index 1ebd56e..4573013 100644 --- a/customscripts/python_pyenv_setup.sh +++ b/customscripts/python_pyenv_setup.sh @@ -17,9 +17,9 @@ check_purge_package () { # package_check=$? # get return code. 0 for found, any other for not found # if [ $package_check -eq 0 ]; then # if package is found, purge it - echo "purging $package_name" - sudo apt purge $package_name -y 2>>"$package_log" 1>>"$package_log" - echo "finished purging $package_name" + echo "purging $package_name" + sudo apt purge $package_name -y 2>>"$package_log" 1>>"$package_log" + echo "finished purging $package_name" # else # otherwise skip # echo "no $package_name installation found, skipping uninstall" #fi @@ -27,12 +27,12 @@ check_purge_package () { # cleanup previous python installs # check_purge_package pyenv* -check_purge_package python3* -check_purge_package python2* -check_purge_package python* -check_purge_package pip* -check_purge_package pip3* -check_purge_package pip2* +# check_purge_package python3* +# check_purge_package python2* +# check_purge_package python* +# check_purge_package pip* +# check_purge_package pip3* +# check_purge_package pip2* # cleanup