I have anaconda installed but started a tutorial which uses the IDLE. I'll download a module but I don't know, in which folder I have to download it. Entering
python --version
in the terminal, I get 3.7.6
But the IDLE says, I use 3.9.5
I downloaded a module via pip but I can't import it in my IDLE.
Running
mdfind pyperclip
in terminal shows me, that it is saved in my anaconda library.
I am confused about the difference of Python version in terminal and in IDLE. And I also have no idea, how to pip the module (pyperclip) into the version I access with the IDLE.