So I have a python file which I will run using VScode and then it should execute another python script in the background and should display output in new command prompt.
But when I execute.\venv\scripts\activate.bat
to open the virtual environment, I get stuck and cannot execute further commands... I know since its virtual environment we cannot communicate to it directly but is there a way/workaround to be able to execute commands even in the virtual environment ?