We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16409a0 + 2253d20 commit 72b90aeCopy full SHA for 72b90ae
dockerfiles/aliases.sh
@@ -22,7 +22,7 @@ alias dbcode='cd "$rmgdb_path"'
22
alias arcode='cd "$arc_path"'
23
24
# job wrappers
25
-alias rmg='python-jl "$rmgpy_path/rmg.py" input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
+alias rmg='python "$rmgpy_path/rmg.py" input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
26
alias arkane='python "$rmgpy_path/Arkane.py" input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
27
alias arc='python "$arc_path/ARC.py" input.yml > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
28
alias arcrestart='python "$arc_path/ARC.py" restart.yml > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
0 commit comments