Pyston v2.0 Release Notes

Release Date: 2020-10-28 // over 3 years ago
  • http://blog.pyston.org/?p=895

    ๐Ÿ“ฆ We are providing Ubuntu amd64 packages for 18.04 and 20.04 please download the corresponding package.
    After installing via sudo apt install ./pyston_2.0*.deb you can run pyston via pyston or pip-pyston.

    ๐Ÿ“ฆ We recommend setting up virtual environments using pyston -m venv since the Ubuntu-provided virtualenv package is fairly old.

    For more information and known issues have a look at our wiki https://github.com/pyston/pyston/wiki


Previous changes from v0.6.1

  • ๐Ÿš€ See our blog post for more details.
    ๐Ÿณ Also try out our new docker images:

    docker run -it pyston/pyston:0.6.1
    

    or with NumPy included:

    docker run -it pyston/pyston-numpy:0.6.1