My requirement is to form an integration between scala and python. How do I start "python.exe" and executes python commands from scala.
I have tried the code snippet from following link, but it doesn't seems to be working. Could you please help me this ?
How does the “scala.sys.process” from Scala 2.9 work?
Thanks in Advance !