eGenix PyRun 2.0.1 Released
Friday, 29 August 2014

A new release of PyRun, the open source, one-file, no installation version of Python. has just been released by eGenix.


PyRun makes the distribution of a Python interpreter to run scripts and applications to Unix based systems as simple as copying a single file.

Compared to a regular Python installation of typically 100MB on disk, its executable needs 13MB for Python 3 and 11MB for Python 2 and can be compressed to just 3-4MB using the executable packer upx, if needed. This makes it useful for applications and scripts that need to be distributed to several target machines, client installations or customers.

The advantages using PyRun, its features and how to use it are outlined in this EuroPython 2012 talk by  Marc-André Lemburg, CEO of eGenix.com:

 

 

The latest release is a patch level release of PyRun 2.0 which added Python 3.4 support. The main changes from 2.0.0 to 2.0.1 is that it has been upgraded to work with Python 2.7.8 by default and a bug in the license printer has been fixed to show the correct license URL.

 

Thanks to a shell script, install-pyrun, an eGenix PyRun installation is as simple as running:

./install-pyrun targetdir

This will automatically detect the platform, download and install the right pyrun version into targetdir. This script has been  updated to default to eGenix PyRun 2.0.1 and its feature set for this release.

 

 

 

 

More Information

eGenix PyRun

Related Articles

Python 3.4 Is Now Available With New Features

Python 2.7 To Be Maintained Until 2020

Python 101 (book review)

Other Python Book Reviews

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Why OpenSSF's Baseline Security For Open Source Projects Is Important
21/04/2025

The Open Source Project Security Baseline, or OSPS Baseline for short, is a new initiative by OpenSSF in an attempt to bolster the security posture of open source software projects.



Azure SDK for Rust Goes Beta
08/04/2025

The official Microsoft Azure SDK for Rust is a collection of libraries that make Rust developers' life that little bit easier in accessing various Azure services.


More News

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

Last Updated ( Friday, 29 August 2014 )