Upgrading PyBlosxom

This walks through upgrading PyBlosxom from a previous version.

Before upgrading

First, read through the What’s New documentation which includes pointers to users and plugin developers regarding changes between older versions and newer versions.

This is in the WHATSNEW file.

If you’re reading this online, the changelog is here.

To be safe, install PyBlosxom locally and test your blog configuration and plugins to make sure everything works with the new version.

Upgrading site-wide

If you have pip, then do:

pip install --upgrade pyblosxom

OR

If you don’t have pip, but do have easy_install, then do:

easy_install -U pyblosxom

Upgrading locally

First, activate your virtual environment.

If you have pip, then do:

pip install --upgrade pyblosxom

OR

If you don’t have pip, but do have easy_install, then do:

easy_install -U pyblosxom

Table Of Contents

Previous topic

Installing PyBlosxom

Next topic

PyBlosxom on the command line

This Page