pyston / pyston_v1

The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:
https://github.com/pyston/pyston/
4.89k stars 290 forks source link

Installation using pyenv #1433

Open thedrow opened 3 years ago

thedrow commented 3 years ago

pyenv is the de-facto standard for installing and managing multiple Python versions. Travis-CI uses it to build their supported Python interpreters.

We should ensure that installing pyston with pyenv is possible.

bitnom commented 3 years ago

related https://github.com/pyenv/pyenv/issues/1730