On Sun, Apr 1, 2012 at 05:40, nomnex <nom...@gmail.com> wrote:
>> On Sat, 31 Mar 2012 10:46:26 +0100
>> Piscium <grok...@gmail.com> wrote:
>>
>> It is also possible to download it. I did that last week (TexLive 2011
>> from upstream via mirror). It was straightforward, the only special
>> thing needed is to set the paths, and the install tool at the very end
>> helpfully reminds one to do it.
>
> Could show me how to set the paths correctly on a default LXDE F-15
> install? Thanks.
>

I use the following shell function:


function texlive_setup() {
    export TLHOME=/opt/texlive/2011 # the TeXLive installation path
    export PATH=$TLHOME/bin/x86_64-linux:$PATH
    export MANPATH=$TLHOME/texmf/doc/man:$MANPATH
    # export INFOPATH=$TLHOME/texmf/doc/info:$INFOPATH
 }

Hope this helps.

-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to