0

I'm currently trying to migrate to Atom to use as a code editor for python at home.

After following tutorials on how to set this up I have installed the packages atom-runner and script.

I tried running it and got the following error message:

Screengrab

Error Message

I've looked into what and where the path is exactly and how to correct it but I haven't found any sufficent explanation. How do I fix it?

So I know how to make the PYTHONPATH variable except I don't know what the value should be. How do I determine the value?

Dan Lowe
  • 51,713
  • 20
  • 123
  • 112

1 Answers1

0

You are missing a path to python binaries in the system PATH. This question has everything you need to fix your issue: How to add to the pythonpath in windows 7? How To Add Python to the Windows Path

Community
  • 1
  • 1
Teivaz
  • 5,462
  • 4
  • 37
  • 75