diff options
Diffstat (limited to 'community-testing/root/root.sh')
-rw-r--r-- | community-testing/root/root.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community-testing/root/root.sh b/community-testing/root/root.sh new file mode 100644 index 000000000..685e6036b --- /dev/null +++ b/community-testing/root/root.sh @@ -0,0 +1,5 @@ +if [ $PYTHONPATH ]; then + export PYTHONPATH=$PYTHONPATH:/usr/lib/root; +else + export PYTHONPATH=/usr/lib/root; +fi |