We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@yegor256 When try to complete tlmgr step on macOS, I faced with issue
tlmgr
/Users/timur/develop/cam/help/assert-tool.sh: line 35: tlmgr: command not found I can't continue, because 'tlmgr' command line tool is not available.
This is because PATH export executes only if Linux
PATH=$PATH:$("${LOCAL}/help/texlive-bin.sh")
The text was updated successfully, but these errors were encountered:
@yegor256 Please see issue solving in PR #339
Sorry, something went wrong.
@yegor256 Close this issue, because PR merged
No branches or pull requests
@yegor256
When try to complete
tlmgr
step on macOS, I faced with issueThis is because PATH export executes only if Linux
The text was updated successfully, but these errors were encountered: