Answer the question
In order to leave comments, you need to log in
How to solve PyCharm terminal issue?
New to python. Please tell me why the terminal gives an error and it is impossible to load the library because of this .. How to fix it ?? Writes
Unable to load file C:\Users\User\PycharmProjects\pythonProject2\venv\Scripts\activate.ps1 because scripting is disabled on this system. For
more information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170.
+ CategoryInfo : Security Error: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnauthorizedAccess
PS C:\Users\User\PycharmProjects\pythonProject2>
Attached screenshot:
Answer the question
In order to leave comments, you need to log in
Set-ExecutionPolicy Unrestricted #Позволит запускать любые скрипты (более низкий уровень безопасности)
Set-ExecutionPolicy RemoteSigned # Позволит запускать локальные скрипты
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question