Add small shell script templates to simplify Python development

This commit is contained in:
Joakim Hove
2019-09-05 08:34:08 +02:00
parent 41bd1eb449
commit 723113b3b9
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
export PYTHONPATH=@PROJECT_BINARY_DIR@/python/python:$PYTHONPATH
export LD_LIBRARY_PATH=@PROJECT_BINARY_DIR@/lib:@_setup_lib_dirs@:$LD_LIBRARY_PATH