So i have this problem and nowhere i can found something like this:
Linux Mint 20.2, Vs Code (but i try also from terminal and is the same). I had created a virtual environment with classic python3 -m venv env. Then i try to activate venv with classic source env/bin/activate and i wait that next line in VsCode terminal looks like this:
(venv)computer@computer-N750JK:~/Documents/VsCode/Dashboard$....
but not... just nothing happen. No errors... no messages... nothing, the same line of code. Like i said, also from terminal is the same!
Anybody had experience on this? Or can show me what mistake do I make?
Thanks ))