3 lines
86 B
Bash
Executable File
3 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
export PYTHONPATH=@CMAKE_LIBRARY_OUTPUT_DIRECTORY@:${PYTHONPATH}
|
|
python $1 |