aboutsummaryrefslogtreecommitdiff
path: root/testing/godot/files/pythonpath
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-07-15 13:38:54 +0200
committerCem Keylan <cem@ckyln.com>2023-07-15 13:38:54 +0200
commit7f64f46197ebc4f05acc69a899e6faf9142c789e (patch)
tree96b5708ef02ecfd29553ec3b4f5b6db04c111b51 /testing/godot/files/pythonpath
parent4fa595b62719f477d7d5211d43f4141f004b0d7c (diff)
downloadrepository-7f64f46197ebc4f05acc69a899e6faf9142c789e.tar.gz
godot: add new package at 4.1
Diffstat (limited to 'testing/godot/files/pythonpath')
-rwxr-xr-xtesting/godot/files/pythonpath6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/godot/files/pythonpath b/testing/godot/files/pythonpath
new file mode 100755
index 00000000..f3718ca7
--- /dev/null
+++ b/testing/godot/files/pythonpath
@@ -0,0 +1,6 @@
+#!/usr/bin/python3
+import os
+import sys
+
+print("%s/scons/dist/usr/lib/python%d.%d/site-packages:%s"
+ % (os.getcwd(), sys.version_info.major, sys.version_info.minor, ':'.join(sys.path)))