Is there a recommended way to install both Python 2 and Python 3 versions of Sphinx? Normally, for most Python libraries, this wouldn't be an issue, but Sphinx installs and relies on the sphinx-build script, which defaults to whatever I have installed the most recently. I need to build docs for the same project which is run through 2to3 for both Python 2 and Python 3.
Aaron Meurer