mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Change install_zip to install_package
This commit is contained in:
parent
dffd62e2cb
commit
1ca671cc6a
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
install_zip "IronPython-2.7.7rc2" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7-rc2/IronPython-2.7.7rc2-unix.tar.bz2#338b855d007a2f8f12498fe67039483e671c98f6ea8320add4cdedd53b118113" ironpython
|
||||
install_package "IronPython-2.7.7rc2" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7-rc2/IronPython-2.7.7rc2-unix.tar.bz2#338b855d007a2f8f12498fe67039483e671c98f6ea8320add4cdedd53b118113" ironpython
|
||||
# FIXME: have not confirmed to install setuptools into IronPython yet
|
||||
|
|
Loading…
Reference in a new issue