mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
f2c7d449cc
for earlier commits, see TRIQS0.x repository.
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
export PYTHONPATH=@CMAKE_INSTALL_PREFIX@/@TRIQS_PYTHON_LIB_DEST_ROOT@:$PYTHONPATH
|
|
|
|
@PYTHON_INTERPRETER@ $@
|