Fixed cmake scripts to run python build/install. New script to run python scripts.

This commit is contained in:
Guilhem Lavaux 2012-11-01 17:03:25 -04:00
parent cd229df01f
commit f7ffe20b69
3 changed files with 24 additions and 2 deletions

6
run_python.sh.in Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
PYTHONPATH=@PYTHONPATH@
export PYTHONPATH
@PYTHON_EXECUTABLE@ $@