diff --git a/cd.sh b/cd.sh index 0fa61f8..eb54620 100644 --- a/cd.sh +++ b/cd.sh @@ -47,7 +47,7 @@ cd_set_environment () { ;; "alma") case "${CD_OS_VERSION}" in - "8") + "8"|"9") CD_PYTHON_PACKAGE="python3.11" CD_PYTHON_PACKAGES="/usr/lib64/python3.11/site-packages" ;;