diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-07-26 22:07:16 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-07-26 22:08:39 (GMT) |
commit | cae0fa1724ee6499fc53c53f7c11d2d209c45a8c (patch) | |
tree | d9a8d620e169e770da907e6a87fc8f0a738eb93b /tools | |
parent | 9df9e52ede0ab575f9ab7ee43633f56036630cb1 (diff) |
Create a usefull helper for loading local Python bindings.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/maint/pypath.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/maint/pypath.inc b/tools/maint/pypath.inc new file mode 100644 index 0000000..5cf398c --- /dev/null +++ b/tools/maint/pypath.inc @@ -0,0 +1,6 @@ + +# Helper for local Python bindings + +# source tools/maint/pypath.inc + +export PYTHONPATH=$PWD/plugins/pychrysalide/.libs |