Hi, I recently updated Julia from 1.10 to 1.11 and my Julia plugin in texmacs is not working anymore. When I start a Julia session, I see “Busy” but nothing happens.
If in a Scheme session I try (url-exists-in-path? "julia")
I get #t
and also (supports-julia?)
gives #t
as well. It should be noted that I updated my Julia through Juliaup, and the julia.exe
file is located in C:\Users\Username\.julia\juliaup\julia-1.11.1+0.x64.w64.mingw32\bin
, which is added to my PATH. I can start the newly installed julia from terminal and it runs without any problem.