In this video , we will be discussing the steps to create VM in the VScode
a) & "C:\Users\datas\AppData\Local\Programs\Python\Python314\python.exe" -m venv .venv
or python -m venv .venv
b) Check for the policy error
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
c) .venv\Scripts\Activate.ps1