run_local_modelverse.py 324 B

1234567
  1. import subprocess
  2. import sys
  3. # sys.executable to use the same Python interpreter used to invoke this command
  4. subprocess.check_call([sys.executable, "python_sccd_compiler/sccdc.py", "-p", "threads", "server.xml"], cwd="hybrid_server")
  5. subprocess.call([sys.executable, "run_mvk_server.py", sys.argv[1]], cwd="hybrid_server")