소스 검색

Use xonsh script as entrypoint for Xonsh

Valentin Niess 5 년 전
부모
커밋
748bf76e02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" "$@"