Skip to content

Commit 4056cc2

Browse files
authored
readline to LD_LIBRARY_PATH
1 parent a9dd153 commit 4056cc2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appimage/recipes/xonsh.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export PYTHON_VERSION="3.7.3"
22
export PIP_REQUIREMENTS="xonsh prompt_toolkit gnureadline Pygments"
3-
export PYTHON_ENTRYPOINT='"-u" "-c" "from xonsh.main import main; main()"'
3+
export PYTHON_ENTRYPOINT='"-u" "-c" "from xonsh.main import main; main()"'
4+
export LD_LIBRARY_PATH="AppDir/usr/python/lib/python3.7/site-packages/.libsgnureadline:${LD_LIBRARY_PATH}"

0 commit comments

Comments
 (0)