We often have a problem when working on different projects in the local system
we might need different python versions for different projects (less common) or
we might need python packages compatible with particular versions (more likely).
Virtual environments for different projects for ea...