Hi. I am trying a code:
exec python_path python_file.py;
puts 1;
So the problem is that 1 is not printed till the execution of the python file is completed. I want the code to proceed even if the python file is still running.
Does anyone know how to solve the problem?
Regards,
Rachit