0

cmd prompt error saying src directory doesn't exist.

cmd prompt error saying src directory doesn't exist

I was installing src 0.0.6 package through cmd and I got an error I couldn't figure out. Seeking for a help!

Micho
  • 3,929
  • 13
  • 37
  • 40
  • i tried that too but when i put the command as "python setup.py install" it says python is not recognized as a internal or external command, operable program or batch file – Scelestic Shekhar Oct 25 '17 at 11:17
  • @MarkMucha I tried the first way but its giving me the same error. I dint understand the second solution u provided. Can u explain me? I dint understand well, what environment variables are and how the second solution u provided is going to help me. Thank u – Scelestic Shekhar Oct 26 '17 at 18:59
  • I have tried the second way too but its the same error iam facing. – Scelestic Shekhar Oct 26 '17 at 19:09

1 Answers1

-1

From the src package directory, run C:\Python27\python.exe setup.py install or add python to your path environment variable following the steps here: adding python path on windows and run python setup.py installfrom the src package directory.

Mark Mucha
  • 1,560
  • 2
  • 12
  • 18