I am wondering whether it is possible to work with several versions of the same Python package in the same Python session.
For instance, say I want to investigate possible differences between Gensim-3.7.3 and Gensim-3.8.1, is the only way then to make two virtualenvs, start two separate Python sessions, save the results, and load the results into one of the sessions (or a third sessions)?