Add small shell script templates to simplify Python development
This commit is contained in:
5
python/enable-python.sh.in
Normal file
5
python/enable-python.sh.in
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user