fix(texlive): use correct bin\windows path - #10
Merged
Conversation
Since TeX Live 2023, Windows binaries are in bin/windows instead of bin/win32. The bin/win64 directory was never used by TeX Live. This fixes the PATH setup so texlive binaries are actually found. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
mnaoumov
added a commit
to mnaoumov/scoop-bucket
that referenced
this pull request
Apr 19, 2026
Temporary override until Scoopforge/Extras-Plus#10 is merged. bin/windows is the correct path since TeX Live 2023. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
Hi @mnaoumov, thank for your PR. Do you have any interest in being a maintainer of this repo? |
Contributor
Author
|
Probably not, as I don't use most of the tools from your bucket |
Contributor
|
No problem, thank you again. |
Greatwallcorner
pushed a commit
to Greatwallcorner/Extras-Plus
that referenced
this pull request
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bin/windowsinstead ofbin/win32(release notes). Thebin/win64directory was never used by TeX Live.bin\win64(empty) andbin\win32(nonexistent) to PATH, so none of the TeX Live binaries are found after installation.env_add_pathtobin\windowsand removes the installer script line that created the emptybin\win64directory.Test plan
scoop install texlivecompletes successfullypdflatex --versionworks without manually fixing PATHls ~/scoop/apps/texlive/current/bin/windows/contains the binaries馃 Generated with Claude Code