tasks/venv

This commit is contained in:
Marc Beninca 2024-08-19 14:38:39 +02:00
parent 4d5ed3faed
commit 5593c26ded
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 7 additions and 1 deletions

View file

@ -97,6 +97,12 @@ from various contexts of CA, CI and OCI / OS.
### sh → py
* check file & variable sums
* python virtual environment
* install system package
* configure pip
* venv
* create
* activate
### py

View file

@ -606,7 +606,7 @@ spcd_install_python() {
spcd_install_package "${SPCD_PYTHON_PACKAGE}"
spcd_split
spcd_ln_python "${SPCD_PYTHON_COMMAND}"
# TODO move to Python
# venv
spcd_step "Install Python virtual environment"
case "${SPCD_OS_ID}" in
"${SPCD_OS_DEBIAN}" | "${SPCD_OS_UBUNTU}")