From ba2c88ab0d0d6bd236609cd4a1835717252f4c93 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 19 Jul 2018 12:56:53 +0200 Subject: scriptz --- scripts/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/launch.py') diff --git a/scripts/launch.py b/scripts/launch.py index 3186161..0dcd22f 100644 --- a/scripts/launch.py +++ b/scripts/launch.py @@ -13,7 +13,7 @@ from pathlib import Path base_command_default = \ "screen -d -m -S {project/name}_gpu{train/gpu} ;" + \ - "screen -S {project/name}_gpu{train/gpu} -X stuff 'python3 {python_file_path} {recipe_path} {output}\n'" + "screen -S {project/name}_gpu{train/gpu} -X stuff '/home/spawn/.virtualenv/yukarin/bin/python {python_file_path} {recipe_path} {output}\n'" parser = argparse.ArgumentParser() parser.add_argument('output_dir', type=Path) -- cgit v1.2.3-70-g09d2