arch/python
This commit is contained in:
parent
5a0687d236
commit
fb35fa4710
1 changed files with 5 additions and 0 deletions
5
cd.sh
5
cd.sh
|
@ -226,6 +226,11 @@ Dir::Etc::SourceParts \"\";
|
||||||
CD_PYTHON_PACKAGE="python3"
|
CD_PYTHON_PACKAGE="python3"
|
||||||
CD_PYTHON_PACKAGES="/usr/lib/python3.11/site-packages"
|
CD_PYTHON_PACKAGES="/usr/lib/python3.11/site-packages"
|
||||||
;;
|
;;
|
||||||
|
"${CD_OS_ARCH}")
|
||||||
|
CD_PYTHON_COMMAND="python3.12"
|
||||||
|
CD_PYTHON_PACKAGE="python"
|
||||||
|
CD_PYTHON_PACKAGES="/usr/lib/python3.12/site-packages"
|
||||||
|
;;
|
||||||
"${CD_OS_DEBIAN}")
|
"${CD_OS_DEBIAN}")
|
||||||
case "${CD_OS_VERSION}" in
|
case "${CD_OS_VERSION}" in
|
||||||
"bookworm") CD_PYTHON_COMMAND="python3.11" ;;
|
"bookworm") CD_PYTHON_COMMAND="python3.11" ;;
|
||||||
|
|
Loading…
Reference in a new issue