Re: [Ubuntu-BR] Como adicionar algo ao PATH?

2007-08-15 Por tôpico Andre Cavalcante
Coloque suas configurações no ~/.bashrc:

ANT_HOME=/path/para/o/ant
JAVA_HOME=/path/para/o/java
PATH=$ANT_HOME:$PATH

export ANT_HOME JAVA_HOME

André Cavalcante
Manaus, AM.


2007/8/14, Adriel Sartori <[EMAIL PROTECTED]>:
>
> Estou instalando ant, no tuto vem escrito:
>
> Before you can run Ant there is some additional set up you will need to do
> a.. Add the bin directory to your path.
>   b.. Set the ANT_HOME environment variable to the directory where you
> installed Ant. On some operating systems, Ant's startup scripts can guess
> ANT_HOME (Unix dialects and Windows NT/2000), but it is better to not rely
> on this behavior.
>   c.. Optionally, set the JAVA_HOME environment variable (see the Advanced
> section below). This should be set to the directory where your JDK is
> installed.
> Como eu adiciono o bin ao path?Meu ANT_HOME é /usr/local/ant, é um bom
> HOME?
> Como procedo com o segundo passo?Finalmente, como faço o terceiro passo?
> JAVA_HOMEObrigado por qqr ajuda!
>
>
> --
> Interessado em aprender mais sobre o Ubuntu em português?
> http://wiki.ubuntu-br.org/ComeceAqui  -
> ubuntu-br mailing list
> ubuntu-br@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
>
-- 
Interessado em aprender mais sobre o Ubuntu em português?
http://wiki.ubuntu-br.org/ComeceAqui  -
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Como adicionar algo ao PATH?

2007-08-14 Por tôpico Adriel Sartori
Estou instalando ant, no tuto vem escrito:

Before you can run Ant there is some additional set up you will need to do 
a.. Add the bin directory to your path.
  b.. Set the ANT_HOME environment variable to the directory where you 
installed Ant. On some operating systems, Ant's startup scripts can guess 
ANT_HOME (Unix dialects and Windows NT/2000), but it is better to not rely 
on this behavior.
  c.. Optionally, set the JAVA_HOME environment variable (see the Advanced 
section below). This should be set to the directory where your JDK is 
installed.
Como eu adiciono o bin ao path?Meu ANT_HOME é /usr/local/ant, é um bom HOME? 
Como procedo com o segundo passo?Finalmente, como faço o terceiro passo? 
JAVA_HOMEObrigado por qqr ajuda! 


-- 
Interessado em aprender mais sobre o Ubuntu em português?
http://wiki.ubuntu-br.org/ComeceAqui  -
ubuntu-br mailing list
ubuntu-br@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br