How to edit PATH ???

Discussion in 'HOWTO-Related Questions' started by Angio, Jan 27, 2010.

  1. Angio

    Angio New Member

    I am very new to linux but I love the linux OS, I am trying to edit the PATH to say
    export PATH=${PATH}:/home/angio/sdk/tools


    will i need 2 do this threw terminal?
    will i need to download anything?

    please help, like I said I am very new to linux but i would love to get started thank you!

    Angio~

    P.S I have no clue where to start :(
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Do you want to change the PATH for a script/program, or do you want to change it for your command line session?
     
  3. Angio

    Angio New Member

    I'm trying edit it in bash (I think that's right) I was reading a how to by you, I'm trying to edit the path in the bashrc, I'm trying to set java on my android sdk, but cannot find where any of the files are located
     
  4. gr33d

    gr33d New Member

    maybe the find command: man find

    find / -name \*android\*

    or replace "android" with something else you want to look
     

Share This Page