# 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"