magine you have a Python application that needs version 1.0 of numpy library , but another application requires version 1.18. Which virtualization software allows you to use both these libraries inside the same OS ? code example
Example: install numpy
py -m pip install numpy