Skip to content

Commit 40738aa

Browse files
committed
Update xonsh with Python 3.8
1 parent 81e1986 commit 40738aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appimage/recipes/xonsh.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export PYTHON_VERSION="3.7.5"
1+
export PYTHON_VERSION="3.8.0"
22
export PIP_REQUIREMENTS="xonsh prompt_toolkit gnureadline Pygments"
33
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)