We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1bce2 commit a9dd153Copy full SHA for a9dd153
1 file changed
share/python-wrapper.sh
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
3
+SCRIPT=`realpath $0`
4
+SCRIPTPATH=`dirname $SCRIPT`
5
+APPDIR="${APPDIR:-$SCRIPTPATH/../..}"
6
+
7
# Configure the environment
8
prefix="{{PREFIX}}"
9
export TCL_LIBRARY="${APPDIR}/${prefix}/share/tcltk/tcl"*
0 commit comments