Por ejemplo si digito python en la linea de comandos, rebota este error:
C:\>python
"python" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Con set path puedo agregar el directorio que contiene python.exe a la variable:
C:\>set PATH= %PATH%;C:\Python27
Ahora si, al digitar python en la linea de comandos, se abre el interprete:
C:\>python
Python 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>>
No hay comentarios:
Publicar un comentario