Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No python at '\python.exe'

No Python at 'C:\Users\~~~~\python.exe' error keeps coming out.. Even if I deleted my previous python and path, the file location is where I installed my previous python...

I want to use python in VS code and cmd on windows 10.

What I tried to fix it

  1. deleted python 3.7 version and reinstalled python 3.6 version.

  2. removed previous python 3.7 path and added python 3.6 version reinstalled to the Windows Path variable.

  3. remove ';' on windows path variable.
  4. put ';' on windows path variable.
  5. delete and reinstall python on vscode Extensions
like image 814
soyeon Kim Avatar asked Jun 24 '19 07:06

soyeon Kim


1 Answers

If you use venv, then look in that file: pyvenv.cfg

like image 142
Altay Hunoğlu Avatar answered Nov 06 '22 01:11

Altay Hunoğlu