mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-08 11:33:55 -05:00
fix: relative path to pyenv-realpath.dylib (#378)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Usage: . pyenv-virtualenv-realpath
|
# Usage: . pyenv-virtualenv-realpath
|
||||||
|
|
||||||
if ! {
|
if ! {
|
||||||
enable -f "${BASH_SOURCE%/*}"/../libexec/pyenv-realpath.dylib realpath ||
|
enable -f "${BASH_SOURCE%/*}"/../../../libexec/pyenv-realpath.dylib realpath ||
|
||||||
type realpath
|
type realpath
|
||||||
} >/dev/null 2>&1; then
|
} >/dev/null 2>&1; then
|
||||||
if [ -n "$PYENV_NATIVE_EXT" ]; then
|
if [ -n "$PYENV_NATIVE_EXT" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user