From 70e647076418d114111aa76b5d3639a5b4271e94 Mon Sep 17 00:00:00 2001 From: Owl Date: Fri, 26 Sep 2025 14:32:34 -0400 Subject: bcsv and other stuff --- start.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 start.sh (limited to 'start.sh') diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..c8c83c5 --- /dev/null +++ b/start.sh @@ -0,0 +1,10 @@ +# file to be put where the "blender" binary file is located +# this file will basically call blender specifying the +# external python install that is expected to be ran with +# path must be the python's interpreter path + +PYTHON_INTERPRETER_PATH=/YOUR/ABSOLUTE/PYTHON/INTERPRETER/PATH +echo $PYTHON_INTERPRETER_PATH +BLENDER_SYSTEM_PYTHON=$($PYTHON_INTERPRETER_PATH -c 'import sys; print(sys.exec_prefix)') +echo $BLENDER_SYSTEM_PYTHON +BLENDER_SYSTEM_PYTHON=$BLENDER_SYSTEM_PYTHON ./blender -- "$PYTHON_INTERPRETER_PATH" -- cgit v1.2.3-70-g09d2