1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

add pypy-2.0-beta2

This commit is contained in:
Yamashita Yuu
2013-04-30 01:53:30 +09:00
parent 521c2c3e06
commit 2d55aea467
4 changed files with 48 additions and 3 deletions

View File

@@ -17,7 +17,10 @@ cygwin*|mingw*)
;;
esac
if [ -n "$PYPY_URL" ]; then
if [ -z "$PYPY_URL" ]; then
echo "pypy is not available." 1>&2
exit 1
else
install_package "pypy-1.8" "$PYPY_URL" pypy
install_package "distribute-0.6.36" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.36.tar.gz#a923385de72dcdca68cd4ac2b9dc1148" python
install_package "pip-1.3.1" "http://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz#cbb27a191cebc58997c4da8513863153" python