fix
This commit is contained in:
parent
23e3475c91
commit
f64ebcd0f1
1 changed files with 1 additions and 1 deletions
2
re.sh
2
re.sh
|
@ -146,7 +146,7 @@ venvs() {
|
||||||
absolute="$(readlink -f "${venv}/bin/python")"
|
absolute="$(readlink -f "${venv}/bin/python")"
|
||||||
prevenv="$(readlink -f "${venv}")"
|
prevenv="$(readlink -f "${venv}")"
|
||||||
relative=$(echo "${absolute}" | sed "s|${prevenv}|..|")
|
relative=$(echo "${absolute}" | sed "s|${prevenv}|..|")
|
||||||
echo ln --force --symbolic "${relative}" "${venv}/bin/python"
|
ln --force --symbolic "${relative}" "${venv}/bin/python"
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue