에러모음

윈도우 파워쉘에서 venv실행안됨

봄다온 2024. 8. 1. 15:11

원인 - 가상화 실행 명령은 스크립트를 실행해야하는데 PowerShell에서 이를 제한함

해결책 

1. windows PowerShell을 관리자 권한으로 실행

2.Get-ExecutionPolicy로 현재의 실행정책확인

3.RemoteSigned가 아니면 Set-ExecutionPOlicy명령으로 RemoteSigned로 변경

https://learn.microsoft.com/ko-kr/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.4