You can use your favorite text editor to edit these text files. Personally, I use vi. In order to figure out how to use vi (if you would like to use this editor), from your command line you could enter: # man vi This command will give you the 'man' page for the vi application (manual page).
Execute the following command from your command line: # vi ~/.bash_profile This will open up a vi session with the .bash_profile file opened up for modification. The ~ in the above command is just a shorthand way of specifying your user account's home directory. Once inside vi, make the change described, and save the file. Without having to logout and log back in (when you login and the bash shell is started, the ~/.bash_profile file is read), execute the following from the command line: # source ~/.bash_profile Voila! You should be good to venture further down the path now.... Welcome to the dark side =) ~ On Tue, Sep 30, 2008 at 11:58 PM, The Motivating Factor <[EMAIL PROTECTED] > wrote: > > I am very new to Ubuntu - I moved over from vista not more than 2weeks > ago. I am interested in installing the SDK for the Google Android, > however I can't figure out how. Can someone please help me? > > Found on Googles Web Site (<a href="http://code.google.com/android/ > intro/installing.html<http://code.google.com/android/intro/installing.html>"> > Installing The SDK,The instructions say:</a> > > " # On Linux, edit your ~/.bash_profile or ~/.bashrc file. Look for a > line that sets the PATH environment variable and add the full path to > the tools/ directory to it. If you don't see a line setting the path, > you can add one: > > export PATH=${PATH}:<your_sdk_dir>/tools" > > I have no idea how to do the above, please help > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

