PDA

View Full Version : [ubuntu] Install the depot_tools



shirolau
July 7th, 2010, 12:20 PM
Hey Guys,
I'm wanting to try Chrome OS, and one of the initial steps require me to install depot_tools

I've download the depot_tools archive.

The next step requires me to

Add depot_tools to your PATH:

For example, for the default bash shell, use:
$ export PATH=`pwd`/depot_tools:"$PATH"

Which I have no idea at all.

Can someone translate this into English for me?]
Will appreciate it.

lisati
July 7th, 2010, 12:22 PM
On the command line, which you can access from the applications->accessories->terminal menu option, you can type:

export PATH=`pwd`/depot_tools:"$PATH"