File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ pex_binary(
4747 name="python",
4848 entry_point="plugins/python.py",
4949 dependencies=[
50- "plugins/python.py",
50+ "plugins/python.py:sources ",
5151 "tmpy:sources",
5252 ],
5353)
Original file line number Diff line number Diff line change 6767(define (python-launcher )
6868 (if (url-exists? " $TEXMACS_HOME_PATH/plugins/python" )
6969 (string-append " python3 "
70- (getenv " TEXMACS_HOME_PATH" )
71- " /plugins/python/bin/python.pex" )
70+ (string-quote
71+ (url->string
72+ (string->url
73+ " $TEXMACS_HOME_PATH/plugins/python/bin/python.pex" ))))
7274 (string-append " python3 "
73- (getenv " TEXMACS_PATH" )
74- " /plugins/python/bin/python.pex" )))
75-
75+ (string-quote
76+ (url->string
77+ (string->url
78+ " $TEXMACS_PATH/plugins/python/bin/python.pex" ))))))
7679
7780(plugin-configure python
7881 (:winpath " python*" " ." )
You can’t perform that action at this time.
0 commit comments