shell> lualatex -v
zsh:1: command not found: lualatex
REPL started in the terminal:
shell> lualatex -v
This is LuaHBTeX, Version 1.16.0 (TeX Live 2023)
Development id: 7567
Execute 'luahbtex --credits' for credits and version details.
There is NO warranty. Redistribution of this software is covered by
the terms of the GNU General Public License, version 2 or (at your option)
any later version. For more information about these matters, see the file
named COPYING and the LuaTeX source.
LuaTeX is Copyright 2022 Taco Hoekwater and the LuaTeX Team.
I have a vague recollection when I used to use amac that of I used the Julia from the downloaded .dmg, it didn’t have access to my normal shell, but if I opened it from the terminal, I did.
There’s a vs code setting for how to launch Julia, maybe check to make sure that’s calling the one from juliaup?
Sorry, I might be misunderstanding your question and I might be lacking the knowledge on what you are trying to get at. In the most basic sense, I downloaded Visual Studio Code from the website (https://code.visualstudio.com/). I selected the Mac Universal Stable Build. It comes as a zip, I unzip it and drag the app into the Applications folder on Mac. Then I just execute the .app when I want to start VS Code.
As mentioned by @skleinbo , I have also started it from the terminal using the code command.
Additionally, when I use the integrated terminal inside VSCode, I am not experiencing the same issue. This seems to have something to do with launching the REPL with the Julia extension through VSCode.
Yeah, applications like this launch in their own shell process and don’t have access to your user-specific stuff.
If you right click this app in Finder, then “explore contents” (or something like that), then look for the bin/julia file. Right click that, and then copy the path to that file.
Use that to launch Julia instead. It’s weird that vs code uses that to launch an external REPL, but not for the internal one though
I have the same issue, Weave.jl is not working from the REPL inside VSCode but works fine from the terminal. Did you figure out any workarounds (such as a way to change the path in Julia only when opened in VScode)?