fix: relative path to pyenv-realpath.dylib (#378)

This commit is contained in:
Ville Skyttä
2022-10-10 21:48:29 +03:00
committed by GitHub
parent 7932bb4cc0
commit 057b9be9d8

View File

@@ -3,7 +3,7 @@
# Usage: . pyenv-virtualenv-realpath
if ! {
enable -f "${BASH_SOURCE%/*}"/../libexec/pyenv-realpath.dylib realpath ||
enable -f "${BASH_SOURCE%/*}"/../../../libexec/pyenv-realpath.dylib realpath ||
type realpath
} >/dev/null 2>&1; then
if [ -n "$PYENV_NATIVE_EXT" ]; then