Reputation: 145
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
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