parent
54dd37f1c3
commit
8739a7be34
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -47,7 +47,7 @@ cd_set_environment () {
|
||||||
;;
|
;;
|
||||||
"alma")
|
"alma")
|
||||||
case "${CD_OS_VERSION}" in
|
case "${CD_OS_VERSION}" in
|
||||||
"8")
|
"8"|"9")
|
||||||
CD_PYTHON_PACKAGE="python3.11"
|
CD_PYTHON_PACKAGE="python3.11"
|
||||||
CD_PYTHON_PACKAGES="/usr/lib64/python3.11/site-packages"
|
CD_PYTHON_PACKAGES="/usr/lib64/python3.11/site-packages"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue