Commit ab3f395a authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

python: Update script python.

No related merge requests found
Pipeline #55621 passed with stages
in 7 minutes and 18 seconds
Showing with 7 additions and 5 deletions
+7 -5
python/python 100644 → 100755
#!/bin/sh
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=$PWD/lib/pkgconfig:$PKG_CONFIG_PATH
export C_INCLUDE_PATH=$PWD/include/python3.10:$C_INCLUDE_PATH
export CPLUS_INCLUDE_PATH=$PWD/include/python3.10:$CPLUS_INCLUDE_PATH
DIR=$(dirname $0)
./bin/python3 $@
export LD_LIBRARY_PATH=$DIR/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=$DIR/lib/pkgconfig:$PKG_CONFIG_PATH
export C_INCLUDE_PATH=$DIR/include/python3.14:$C_INCLUDE_PATH
export CPLUS_INCLUDE_PATH=$DIR/include/python3.14:$CPLUS_INCLUDE_PATH
$DIR/bin/python3 $@
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment