how to install all the modules from one venv to another in python code example
Example 1: how to activate venv python
python3 -m venv tutorial-env
Example 2: virtual environment python
python3 -m venv env
python3 -m venv tutorial-env
python3 -m venv env