Skip to content

Commit 057b9be

Browse files
authored
fix: relative path to pyenv-realpath.dylib (#378)
1 parent 7932bb4 commit 057b9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/pyenv-virtualenv-realpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Usage: . pyenv-virtualenv-realpath
44

55
if ! {
6-
enable -f "${BASH_SOURCE%/*}"/../libexec/pyenv-realpath.dylib realpath ||
6+
enable -f "${BASH_SOURCE%/*}"/../../../libexec/pyenv-realpath.dylib realpath ||
77
type realpath
88
} >/dev/null 2>&1; then
99
if [ -n "$PYENV_NATIVE_EXT" ]; then

0 commit comments

Comments
 (0)