From 57b0d5735a5ac57c82c54a1e6837408c35953ea4 Mon Sep 17 00:00:00 2001 From: "Oleg E. Peil" Date: Thu, 17 Sep 2015 17:11:38 +0200 Subject: [PATCH] Replaced 'python' with 'pytriqs' in 'run_build.sh' --- python/converters/vasp/examples/simple/run_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/converters/vasp/examples/simple/run_build.sh b/python/converters/vasp/examples/simple/run_build.sh index 590f87db..db2c9486 100755 --- a/python/converters/vasp/examples/simple/run_build.sh +++ b/python/converters/vasp/examples/simple/run_build.sh @@ -1 +1 @@ -PYTHONPATH=../../python:../../c:$PYTHONPATH python $@ +PYTHONPATH=../../python:../../c:$PYTHONPATH pytriqs $@