mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
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 |