Andrey G. Grozin a écrit :
On Thu, 2 Apr 2009, Offray Vladimir Luna C?rdenas wrote:
[off...@hackendo ~]$ export $PATH=/usr/local/share/TeXgraph/
This should be
export PATH=/usr/local/share/TeXgraph:$PATH
(the value of PATH was substituted in the left-hand side of your =,
and this value is not an identifier; also, you don't want to have just
this one directory in your PATH, but also all the usual ones).
Andrey
Sorry, I hadn't seen your answer.
In fact, in my other post, of course no need to do :
[off...@hackendo ~]$
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core
the only thing to do is :
[off...@hackendo ~]$ echo `export PATH=$PATH:/usr/local/bin` >> ~/.bashrc
if you use BASH shell
Emmanuël
_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev