So I switched from powershell to ubuntu as my terminal for vs-code but I always get this error when ever I'm compiling a C or a python program I get the following errors:
cd "C:\Users\boula\AppData\Local\Temp\" && gcc tempCodeRunnerFile.c -o tempCodeRunnerFile && "C:\Users\boula\AppData\Local\Temp\"tempCodeRunnerFile-bash: cd: C:\Users\boula\AppData\Local\Temp" && gcc tempCodeRunnerFile.c-o tempCodeRunnerFile && C:UsersboulaAppDataLocalTemp"tempCodeRunnerFile:No such file or directoryfor cand python -u "C:\Users\boula\AppData\Local\Temp\tempCodeRunnerFile.python"Command 'python' not found, did you mean: command 'python3' from deb python3 command 'python' from deb python-is-python3
in python.
BTW both gcc
and python3
are installed correctly in that linux ubuntu ternminal.