mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Add CPython 2.7.6
This commit is contained in:
parent
f7193b09fd
commit
5d9132623f
1 changed files with 5 additions and 0 deletions
5
plugins/python-build/share/python-build/2.7.6
Normal file
5
plugins/python-build/share/python-build/2.7.6
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
require_gcc
|
||||||
|
install_package "readline-6.2" "http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz#67948acb2ca081f23359d0256e9a271c" standard --if has_broken_mac_readline
|
||||||
|
install_package "Python-2.7.6" "http://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz#1d8728eb0dfcac72a0fd99c17ec7f386" standard verify_py27
|
||||||
|
install_package "setuptools-1.1.7" "https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.7.tar.gz#1f33594d25d574a1640ffb84667c6759" python
|
||||||
|
install_package "pip-1.4.1" "https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz#6afbb46aeb48abac658d4df742bff714" python
|
Loading…
Reference in a new issue