Skip to content

Commit

Permalink
fix: relative path to pyenv-realpath.dylib (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Oct 10, 2022
1 parent 7932bb4 commit 057b9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/pyenv-virtualenv-realpath
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 057b9be

Please sign in to comment.