mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 19:43:48 -05:00
5 lines
454 B
Plaintext
5 lines
454 B
Plaintext
require_gcc
|
|
install_package "pypy-2.0-src" "https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2#4dc82e2240dd2b5be313119672988538" "pypy_builder" verify_py27
|
|
install_package "setuptools-0.7.7" "https://pypi.python.org/packages/source/s/setuptools/setuptools-0.7.7.tar.gz#0d7bc0e1a34b70a97e706ef74aa7f37f" python
|
|
install_package "pip-1.3.1" "http://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz#cbb27a191cebc58997c4da8513863153" python
|