We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7932bb4 commit 057b9beCopy full SHA for 057b9be
libexec/pyenv-virtualenv-realpath
@@ -3,7 +3,7 @@
3
# Usage: . pyenv-virtualenv-realpath
4
5
if ! {
6
- enable -f "${BASH_SOURCE%/*}"/../libexec/pyenv-realpath.dylib realpath ||
+ enable -f "${BASH_SOURCE%/*}"/../../../libexec/pyenv-realpath.dylib realpath ||
7
type realpath
8
} >/dev/null 2>&1; then
9
if [ -n "$PYENV_NATIVE_EXT" ]; then
0 commit comments