What if there is problem in setting virtual environment, if we start working without setting it what are the cons for that.
PS C:\Users\USER\flaask\enrollment> py -m venv venv
PS C:\Users\USER\flaask\enrollment> venv\scripts\activate
venv\scripts\activate : File C:\Users\USER\flaask\enrollment\venv\scripts\Activate.ps1 cannot be loaded because running scripts is
disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ venv\scripts\activate
+ ~~~~~~~~~~~~~~~~~~~~~
+ FullyQualifiedErrorId : UnauthorizedAccess