소스 검색

Merge pull request #547 from hackaugusto/master

Added pypy-dev special case in pyenv-install to use py27
pull/549/head
Yamashita, Yuu 8 년 전
부모
커밋
0c4392bf16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plugins/python-build/bin/pyenv-install

+ 1
- 1
plugins/python-build/bin/pyenv-install 파일 보기

@ -200,7 +200,7 @@ if [ -z "${PYENV_BOOTSTRAP_VERSION}" ]; then
done
done
;;
"pypy-"*"-src" | "pypy3-"*"-src" )
"pypy-dev" | "pypy-"*"-src" | "pypy3-"*"-src" )
# PyPy/PyPy3 requires existing Python 2.7 to build
if [ -n "${PYENV_RPYTHON_VERSION}" ]; then
PYENV_BOOTSTRAP_VERSION="${PYENV_RPYTHON_VERSION}"

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