Hi everyone. I new and trying to create a venv. Im using windows.
I followed the following steps:
> mkdir djangostock
> cd /c/djangostock
> pip install virtualenv
> python -m venv venv
> venv\Scripts\activate #This is the final step and it shouldve activated.
Instead I got the following message.
venv\Scripts\activate : File
C:\c\djangostock\venv\Scripts\Activate.ps1 cannot be loaded
because running scripts is disabled on this system. For more
information, see about_Execution_Policies at
At line:1 char:1
+ venv\Scripts\activate
I have info on how to enable the running of scripts. But I wanted to know if it is safe to do so, and if there is anything else you would like to advise on the matter.
Im afraid to harm my system. I have set a recovery point. Are there any other precautions I should take or know.
Thank you
Regards