summaryrefslogtreecommitdiff
path: root/scripts/launch.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/launch.py')
-rw-r--r--scripts/launch.py2
1 files changed, 1 insertions, 1 deletions
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)