I'm using WSL and VS Code, and when I open the terminal, I see the following errors. Then the python interpreter cannot be found.
What's wrong with my vs code configuration?
bash: module: line 1: syntax error: unexpected end of file
bash: error importing function definition for `module'
bash: ml: line 1: syntax error: unexpected end of file
bash: error importing function definition for `ml'

python3notpyorpythonlike on windows. - MikhaD.bash_profileor.bashrc. VS Code's terminal is probably loading that, and that file has the syntax errors. - Gino Mempin