When I install VS Code extension for Python in Linux Mint it seems like it comes with a Python 3.10.6 interpreter. "Outside" VS Code I can't find that interpreter. When I start Python in terminal I use 3.8.10 and that interpreter can work with all my Python modules/libraries. In VS Code I can't access any of the extra modules.
I've tried to follow all suggested answers in "Invalid python interpreter selected" prompt vscode with no luck (clear interpreters settings, restart, downgrade Python extension). The only accepted interpreter is 3.10.6. I also tried to add the same path that is used in terminal by both writing it my self and manually cklicking me to the right location. VS Code still don't accept
I don't have this issue on Windows computers but on all Linux computers.