From eaad06abd1d9b65ed690fd13a9af9c4d3c611c31 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 26 Sep 2022 19:50:36 +0200 Subject: godot: add new package at 3.5 --- community/godot/files/pythonpath | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 community/godot/files/pythonpath (limited to 'community/godot/files/pythonpath') diff --git a/community/godot/files/pythonpath b/community/godot/files/pythonpath new file mode 100755 index 00000000..f3718ca7 --- /dev/null +++ b/community/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))) -- cgit v1.2.3