Parcourir la source

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

pull/350/head
Ville Skyttä il y a 1 an
committed by GitHub
Parent
révision
057b9be9d8
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      libexec/pyenv-virtualenv-realpath

+ 1
- 1
libexec/pyenv-virtualenv-realpath Voir le fichier

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

Chargement…
Annuler
Enregistrer