1754680947

This commit is contained in:
2025-08-08 13:22:27 -06:00
parent 26b382bcd3
commit f2bd04c011
+7 -7
View File
@@ -21,13 +21,13 @@ check_purge_package () {
} }
# cleanup previous python installs # cleanup previous python installs
check_purge_package pyenv # check_purge_package pyenv
check_purge_package python3 # check_purge_package python3
check_purge_package python2 # check_purge_package python2
check_purge_package python # check_purge_package python
check_purge_package pip # check_purge_package pip
check_purge_package pip3 # check_purge_package pip3
check_purge_package pip2 # check_purge_package pip2
# install pyenv # install pyenv
curl -fsSL https://pyenv.run | bash curl -fsSL https://pyenv.run | bash