This commit is contained in:
parent
30ac72c673
commit
aed6978d74
1 changed files with 4 additions and 1 deletions
5
spcd.sh
5
spcd.sh
|
@ -781,9 +781,12 @@ spcd_write_python_module() {
|
||||||
spcd_wpm__text="${spcd_wpm__text}${spcd_wpm__value}
|
spcd_wpm__text="${spcd_wpm__text}${spcd_wpm__value}
|
||||||
"
|
"
|
||||||
done
|
done
|
||||||
spcd_write "${SPCD_PYTHON_PACKAGES}/env.py" "${spcd_wpm__text}
|
for spcd_wpm__root in \
|
||||||
|
"${SPCD_PYTHON_PACKAGES}" "${SPCD_PYTHON_VENV_PACKAGES}"; do
|
||||||
|
spcd_write "${spcd_wpm__root}/env.py" "${spcd_wpm__text}
|
||||||
SPCD_STEP = $((SPCD_STEP + 1))
|
SPCD_STEP = $((SPCD_STEP + 1))
|
||||||
"
|
"
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_switch_to_python() {
|
spcd_switch_to_python() {
|
||||||
|
|
Loading…
Reference in a new issue