3 lines
86 B
Bash
3 lines
86 B
Bash
![]() |
#!/bin/bash
|
||
|
export PYTHONPATH=@CMAKE_LIBRARY_OUTPUT_DIRECTORY@:${PYTHONPATH}
|
||
|
python $1
|