I have been given a script which uses an older version of a Python module (MDAnalysis 0.1) than I normally use (MDAnalysis 0.17).
If I try and run the script with the usual module, I get runtime errors, and rewriting the script for the older module version in non-trivial.
So I'd like to be able to install and import different versions of MDAnalysis as and when I need them. Is this possible?