How do I configure the paths for TexLive2011 to work on my system with TexWorks2011? System: Deb 6 64 bit.
Currently
peter@peter-deb:~$ sudo tlmgr --gui sudo: tlmgr: command not found peter@peter-deb:~$ sudo tlmgr update --all sudo: tlmgr: command not found

I tried
export PATH=$PATH:/home/peter/texlive/2011/bin
but that didn't work.
Note: I asked this question 3 months ago but this is a fresh Deb 6 install and is 64 bit not 32 bit now, so the question is coming at it from a different angle. It would be too confusing to resume the existing thread.
I tried editing .profile in home so please check this for me:
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
PATH=/home/peter/texlive/2011/bin/x86_64-linux:$PATH; export PATH
MANPATH=/home/peter/texlive/2011/doc/man:$MANPATH; export MANPATH
INFOPATH=/home/peter/texlive/2011/doc/info:$INFOPATH; export INFOPATH
@DJP

@DJP Latex-mk appears to be installed properly yet it does not appear in TexWorks processing tools...
peter@peter-deb:~$ latex -v pdfTeX 3.1415926-2.3-1.40.12 (TeX Live 2011) kpathsea version 6.0.1 Copyright 2011 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Compiled with libpng 1.5.2; using libpng 1.5.2 Compiled with zlib 1.2.5; using zlib 1.2.5 Compiled with xpdf version 3.02pl5
/homeit doesn't look correct to me. I would expect it to start in/usr. I also used the '-' key to remove all the other paths (to avoid it choosing a path you don't want). I don't know why LaTex-mk is missing. I tried installing TL2011 as a portable installation and it failed, perhaps that happened to you? I would doublecheck that the Tex tree is installed along the path you've highlighted. – DJP Sep 03 '11 at 04:27peter@peter-deb:~$ latex -vabove - Latex-mk is apparently installed - it just doesn't appear in TexWorks... Your thoughts? – ptrcao Sep 03 '11 at 04:32