python enviornments code example
Example 1: python venv create
python3 -m venv /path/to/new/virtual/environment
Example 2: .env tutorial
require('dotenv').config()
python3 -m venv /path/to/new/virtual/environment
require('dotenv').config()