peter kint <peter_k...@...> writes:
> > - 'Running the installer' or 'GUI installer' and > > - 'Post-install: setting the PATH' (it's essential: see 3.4.3/3.4.4 in the > > full info page http://www.tug.org/texlive/doc/texlive-en/texlive-en.html) > > > This sounds like music to me. > I had read the quickinstall already, but I get stuck on the POST-INSTALL part > What command should I give? > (I'm on Ubuntu 9.10 > and whenI issue the command 'arch' he gives me the answer 'i686') > The directory of the binaries for your platform must be added to the search path. Are you a single user? Then you can add the following lines PATH=/usr/local/texlive/2009/bin/x86_64-linux:$PATH; export PATH MANPATH=/usr/local/texlive/2009/texmf/doc/man:$MANPATH; export MANPATH INFOPATH=/usr/local/texlive/2009/texmf/doc/info:$INFOPATH; export INFOPATH [in your case it will be '/i686' instead '/x86_64-linux' ;)] in the file .bashrc of your home folder. (e.g., open with gedit /home/your_user/.bashrc) (This is my case in Ubuntu 9.10; if it doesn't work for you, try the .profile file) Testing the installation: type in a terminal tex --version This is my output: $ tex --version TeX 3.1415926 (TeX Live 2009) kpathsea version 5.0.0 Copyright 2009 D.E. Knuth. ... Primary author of TeX: D.E. Knuth. Now all is OK, hope! Ignacio