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* *https:/go.microsoft.com/fwlink/?LinkID=135170 <http://go.microsoft.com/fwlink/?LinkID=135170>.* *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 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEOBoQURv3KYpicRXKw0UKcrWEhRLjhZ3fWm5iMqwVkeMC4BVw%40mail.gmail.com.

