From 92d54ea4bb4579e8e60fedf52df41b7de70365a9 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Thu, 24 Oct 2024 15:50:10 +0400 Subject: [PATCH] possible bug fix in cloudlinux --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 4725b7f72..b3d8613f7 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1132,7 +1132,7 @@ fi Debug_Log2 "Installing requirments..,3" -Retry_Command "pip install --default-timeout=3600 -r /usr/local/requirments.txt" +Retry_Command "/usr/local/CyberCP/bin/pip3 install --default-timeout=3600 -r /usr/local/requirments.txt" Check_Return "requirments" "no_exit" if [[ "$Server_OS" = "Ubuntu" ]] && [[ "$Server_OS_Version" = "22" ]] ; then