Skip to content

Instantly share code, notes, and snippets.

@yashika51
Last active July 24, 2020 22:49
Show Gist options
  • Save yashika51/7f32c8707ce4c148ab359249d01c906f to your computer and use it in GitHub Desktop.
Save yashika51/7f32c8707ce4c148ab359249d01c906f to your computer and use it in GitHub Desktop.
VS Code Python not found error

If we run a python script in jupyter notebook's cell on VS Code doing !python3 filename.py, it will give Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640 error.

image

This can be solved by a simple change. !python filename.py works well without any errors.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment