what are python envirments for code example
Example 1: python venv usage
python3 -m venv /path/to/new/virtual/environment
Example 2: venv
python -m venv c:\path\to\myenv
python3 -m venv /path/to/new/virtual/environment
python -m venv c:\path\to\myenv