ln_py
This commit is contained in:
parent
768ebd4756
commit
b8f5e00296
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue