소스 검색

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

pull/350/head
Ville Skyttä 1 년 전
committed by GitHub
부모
커밋
057b9be9d8
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      libexec/pyenv-virtualenv-realpath

+ 1
- 1
libexec/pyenv-virtualenv-realpath 파일 보기

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

불러오는 중...
취소
저장