Application Settings - Shell path : powershell.exe

Terminal이 powershell로 설정되어 있음
Set-ExecutionPolicy Unrestricted 입력 후 Enter
a 입력 후 Enter

cd venv\Scripts
activate.ps1

https://stackoverflow.com/questions/18713086/virtualenv-wont-activate-on-windows/18713789#18713789