Przeglądaj źródła

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

pull/350/head
Ville Skyttä 1 rok temu
committed by GitHub
rodzic
commit
057b9be9d8
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      libexec/pyenv-virtualenv-realpath

+ 1
- 1
libexec/pyenv-virtualenv-realpath Wyświetl plik

@ -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

Ładowanie…
Anuluj
Zapisz