user3181411
user3181411

Reputation: 145

How to run python file from windows?

i have installed following packages to my windows machine -

python-numpy

python-matplotlib

python-pyside

but when i m running a command "python script.py" it says python is not an internal or external command

Upvotes: 0

Views: 42

Answers (1)

Silwest
Silwest

Reputation: 1620

You need to add Python to your environmental variables.

More info under this link http://docs.python.org/2/using/windows.html

Upvotes: 2

Related Questions