This question is similar to How do I set up MacTeX so admin rights aren't necessary?.
I have a Mac at work, and the sysadmins won't give me write permissions to /usr/local/texlive. So, per the instructions in Is there any way to have a LaTeX compiler on a Mac without root access?, I installed my own user-specific version of TeX Live, at ~/Library/texlive/2014, and it is working fine.
Now, I'd like to know, is there any way to tell MacTeX's "TeX Distribution" utility (in System Preferences) about this installation of TeX Live, so that I can use MacTeX with it? If I need admin rights to do this, it would be okay -- I can ask our sysadmins to do this if it's a one-time thing. What I don't want is to be tied to asking them, for example, every time I want to install a new package.
Thanks!
/Library. If I remember correctly, that's where the distribution magic enabling the preference pane happens. But I've not used MacTeX for some time... – cfr Feb 24 '15 at 20:30~/Library/texlive/2014/bin/x86_64-darwinto yourPATHenvironment variable in the terminal lets you build a simple document:export PATH=$PATH:~/Library/texlive/2014/bin/x86_64-darwinfollowed bypdflatex foo, wherefoo.texis a document in the current directory. – Mike Renfro Feb 25 '15 at 01:27/Library/TeXmanually, but there's really no reason to do so; the TeXDist prefpane is only useful if you have multiple distributions, and it requires admin rights to change between them. Set yourPATHfor Terminal-based programs as @MikeRenfro indicates, and point GUI programs (e.g., TeXShop, BibDesk, TeX Live Utility) at the same directory in their preferences. – Adam Maxwell Feb 25 '15 at 02:32I am in the process of subscribing to the mailing list to send this question there.
– Klortho Feb 25 '15 at 16:15~/Library/texlive? If so, you'd have to set up symlinks to each one in/Library/TeX, and you still need admin rights to use the prefpane since it fiddles with symlinks in/Library/TeX. Check into LocalTeX instead if you really want to do this. – Adam Maxwell Feb 26 '15 at 15:25