当我在py魅力中加载一个python文件时,我收到了以下警告,之前它并不在那里,print('Hello')也在按预期工作,但我无法安装django。
File C:\Users\abhi\PycharmProjects\django_apps\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.
    + CategoryInfo          : SecurityError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : UnauthorizedAccesshttps://stackoverflow.com/questions/73673742
复制相似问题