diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-19 12:56:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-19 12:56:53 +0200 |
| commit | ba2c88ab0d0d6bd236609cd4a1835717252f4c93 (patch) | |
| tree | a378d9d35e9d1df708b67a706659bf01ca2ebbeb /scripts/launch.py | |
| parent | 28ac97d901edb31ab72f103bc65c8763d0a8779e (diff) | |
scriptz
Diffstat (limited to 'scripts/launch.py')
| -rw-r--r-- | scripts/launch.py | 2 |
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) |
