File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ script=$(readlink -f $0)
2020exe_name=" $( basename ${APPIMAGE:- $script } ) "
2121BASEDIR=" ${APPDIR:- $(readlink -m $(dirname $script ))} "
2222
23- PYTHON_ENTRYPOINT=" ${PYTHON_ENTRYPOINT:- } "
2423
2524# Parse the CLI
2625show_usage () {
154153 cp " ${BASEDIR} /share/python-wrapper.sh" " $python "
155154 sed -i " s|[{][{]PYTHON[}][}]|$python |g" " $python "
156155 sed -i " s|[{][{]PREFIX[}][}]|$prefix |g" " $python "
157- sed -i " s|[{][{]ENTRYPOINT[}][}]|$PYTHON_ENTRYPOINT |g" " $python "
158156 fi
159157done
160158
Original file line number Diff line number Diff line change 3434# Wrap the call to Python in order to mimic a call from the source
3535# executable ($ARGV0), but potentially located outside of the Python
3636# install ($PYTHONHOME)
37- (PYTHONHOME=" ${APPDIR} /${prefix} " exec -a " ${executable} " " $APPDIR /${prefix} /bin/${nickname} " {{ENTRYPOINT}} " $@ " )
37+ (PYTHONHOME=" ${APPDIR} /${prefix} " exec -a " ${executable} " " $APPDIR /${prefix} /bin/${nickname} " " $@ " )
3838exit " $? "
You can’t perform that action at this time.
0 commit comments