In Powershell when i write venv\Scripts\Activate.ps1 code .automatically open notepad file . Then how can I start virtual env?
try this command to activate the virtual environment
.\venv\Scripts\activate.bat