removed unused pip moduele

This commit is contained in:
mahalo
2023-06-19 09:58:24 -04:00
parent e6f9b91d88
commit 44bd2ca2ba
-5
View File
@@ -139,11 +139,6 @@ def install_programs_dnf():
logger.info('Installed programs in data.txt')
## pip
def install_pip_modules(modules):
subprocess.check_call(['pip', 'install', *modules])
## checks for sudo
def sudo_check():
sudo_user = os.getenv("SUDO_USER")