Announcement

Collapse
No announcement yet.

Setting the PATH variable

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Setting the PATH variable

    Hi I recently installed the Google Web Toolkit and there is a program called projectCreator and I don't want to type ./projectCreator every time I want to use it. So I imagine I have to set the PATH variable to it.

    How can I do that?

    Thanks,
    komyg

    #2
    Re: Setting the PATH variable

    Hi,

    You should create a file name .profile in your home folder and then add the following line in it :
    export PATH=$PATH:<thePathOfThisApp>

    Cheers

    Comment

    Working...
    X