I'm trying to use conda activate <env>
in my vscode's terminal. But nothing seems to work.
I have two environments, SharkiPyTorch
and base
, only the first one has Opencv
installed. Despite of that I didn't get any response from using conda activate base
. I tried to execute my example.py
file, using both environments but I just got an error saying that the module OpenCV is missing.
I used the conda list
for both environments and I checked that I have Opencv in one of them.
I don't know why I can't select my environments.
VScode is using Python's conda path.
I just noticed that doing code .
in conda's terminal in the folder path, I can load my proyect from my environment and it works, nevertheless I'd like to be able to use commands for my environments from my Vscode's terminal.