tasks/venv
This commit is contained in:
parent
4d5ed3faed
commit
5593c26ded
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
2
spcd.sh
2
spcd.sh
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue