This commit is contained in:
Marc Beninca 2024-06-04 19:12:35 +02:00
parent 768ebd4756
commit b8f5e00296
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -648,7 +648,7 @@ cd_install_package () {
cd_ln_python () { cd_ln_python () {
local command="${1}" local command="${1}"
if [ "${command}" ] ; then if [ "${command}" ] ; then
echo "${CD_PYTHON_ALIAS}${command}" echo "${CD_PYTHON_ALIAS}${command}"
ln -f -s "${command}" "/usr/bin/${CD_PYTHON_ALIAS}" || exit ln -f -s "${command}" "/usr/bin/${CD_PYTHON_ALIAS}" || exit
fi fi
} }