parent
7f47ab480b
commit
a813211103
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -420,7 +420,7 @@ cd_install_package () {
|
||||||
cd_ln_python () {
|
cd_ln_python () {
|
||||||
if [ "${1}" ] ; then
|
if [ "${1}" ] ; then
|
||||||
echo "python3 → ${1}"
|
echo "python3 → ${1}"
|
||||||
ln --force --symbolic "${1}" "/usr/bin/python3" || exit
|
ln -f -s "${1}" "/usr/bin/python3" || exit
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue