arch/venv
This commit is contained in:
parent
e52764c8bf
commit
4d5ed3faed
2 changed files with 4 additions and 2 deletions
|
@ -90,7 +90,9 @@ from various contexts of CA, CI and OCI / OS.
|
||||||
|
|
||||||
### sh
|
### sh
|
||||||
|
|
||||||
* support opensuse
|
* support
|
||||||
|
* arch python virtual environment
|
||||||
|
* opensuse operating system
|
||||||
|
|
||||||
### sh → py
|
### sh → py
|
||||||
|
|
||||||
|
|
2
spcd.sh
2
spcd.sh
|
@ -613,7 +613,7 @@ spcd_install_python() {
|
||||||
spcd_install_package "python3-venv"
|
spcd_install_package "python3-venv"
|
||||||
;;
|
;;
|
||||||
"${SPCD_OS_ARCH}")
|
"${SPCD_OS_ARCH}")
|
||||||
# FIXME arch
|
echo "Not supported!"
|
||||||
exit 255
|
exit 255
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
|
|
Loading…
Reference in a new issue