This commit is contained in:
Marc Beninca 2024-09-09 00:05:42 +02:00
parent 992d79c125
commit d8e681164d
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1007,7 +1007,7 @@ spcd_f_pm_pkg_upgrade() {
# │ f │ py = python │
# ╰───┴─────────────╯
spcd_python_ln() {
spcd_f_py_link() {
local command="${1}"
if [ -n "${command}" ]; then
echo "${SPCD_PYTHON_ALIAS}${command}"
@ -1396,7 +1396,7 @@ spcd_step__python_install() {
spcd_step "Install package"
spcd_f_pm_pkg_install "${SPCD_PYTHON_PACKAGE}"
spcd_step "Link alias to command"
spcd_python_ln "${SPCD_PYTHON_COMMAND}"
spcd_f_py_link "${SPCD_PYTHON_COMMAND}"
# venv
spcd_step_in "Virtual environment"
spcd_step "Install package"