python create separate environment code example
Example 1: python venv usage
python3 -m venv /path/to/new/virtual/environment
Example 2: python virtual environment
source env/bin/activate
python3 -m venv /path/to/new/virtual/environment
source env/bin/activate