Browse Source

Use xonsh script as entrypoint for Xonsh

Valentin Niess 5 năm trước cách đây
mục cha
commit
748bf76e02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      applications/xonsh/entrypoint.sh

+ 1 - 1
applications/xonsh/entrypoint.sh

@@ -1 +1 @@
-{{ python-executable }} -u -c 'from xonsh.main import main; main()' "$@"
+{{ python-executable }} -u "${APPDIR}/opt/python{{ python-version }}/bin/xonsh" "$@"