Skip to content
New issue

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

mactex cask does not link or give instructions to link #2277

Closed
colindean opened this issue Jan 2, 2014 · 1 comment · Fixed by #2284
Closed

mactex cask does not link or give instructions to link #2277

colindean opened this issue Jan 2, 2014 · 1 comment · Fixed by #2284

Comments

@colindean
Copy link
Member

I installed MacTeX, but it didn't symlink the contents of /usr/local/texlive/2013/bin/x86_64-darwin/ in /usr/local or similar, nor did it tell me that I need to do that or something like it, such as including the path to it in my PATH.

It would be convenient if it said something if doing the link wasn't enough.

@vitorgalvao
Copy link
Member

Mactex uses a pkg installer, which means that when it is installed via homebrew-cask it is installed in the same manner it would be if you had done it manually (this means no links are made, unless the installer does them itself). This project shares many similarities with homebrew, but due to the nature of the apps we install, there are some things we cannot control (like containing the app in a specific directory), specially in the case of pkgs, where it often requires changes to the system.

What we can do is add a message, as you suggested, explaining what should be done next. As I’ve never used or installed mactex, what is the message you feel should be added (as succinctly as possible)?

colindean added a commit to colindean/homebrew-cask that referenced this issue Jan 4, 2014
Warns user that they may need to add the mactex `/usr/texbin` directory to their
PATH manually, as the package does not seem to do this or symlink automatically.

Fixes Homebrew#2277.

See also [this comment](Homebrew#2284 (comment))
on Homebrew#2284 for more information.
goxberry added a commit to goxberry/homebrew-cask that referenced this issue Jan 5, 2014
Warns user that they may need to add LaTeX-related executables to
their PATH.

Similar to Homebrew#2284, related to Homebrew#2277.
@miccal miccal removed the duplicate label Dec 23, 2016
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants