I have tried to install Python 3.4 on Windows 7 using the following guide I have added the following to my Path in system environmental variables
C:\Python34\;C:\Python34\Scripts;
When I open up the Python command line and type the following (as instructed in the tutorial) I receive an error message printed below
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32 bit (In tel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
python --version <- what i type
Traceback (most recent call last): File "", line 1, in NameError: name 'python' is not defined
Can anyone help me out?
python --versionin the systems command line, not in the interactive Python interpreter.