Skip to main content
  1. Oldposts/

supernova 0.9.5 is available

·122 words·1 min

I just pushed supernova 0.9.5 to pypi and it’s now available for installation using pip. You can get the latest version by running:

pip install --upgrade supernova

Some of the new features include the ability to use suprernova with other executables, like glance. Place a configuration option within your ~/.supernova file that looks like this:

OS_EXECUTABLE=/usr/bin/glance

Once you do that, supernova will package up all of your environment variables as it normally would, but it will call glance instead of nova. Don’t worry, nova is still the default unless you specify a different executable.

Installation instructions are improved and some folks were kind enough to fix some PEP8 issues. Visit the github project page for the changes that went into this release.