Autotest - Can make an-install work

Hey there,

I’m trying to install the autotest.

After installing all the pre-requisites, I installed the sudo gem
install
autotest-notification

It tells me to execute an-install

which gives me, command not found.

Any1?

[]'s
Rodrigo D.

2010/1/11 Rodrigo D. [email protected]:

Hey there,

I’m trying to install the autotest.

After installing all the pre-requisites, I installed the sudo gem install
autotest-notification

It tells me to execute an-install

What is the exact output from the install please?

Colin

It should be CAN’T make, duh.

Okay, after installing the gem this is what I get…

For more information on autotest_notification, see

To turn on the notifier you need to run the following command:
an-install

To turn off:
an-uninstall

Successfully installed autotest-notification-2.1.0
1 gem installed
Installing ri documentation for autotest-notification-2.1.0…
Updating class cache with 3276 classes…
Installing RDoc documentation for autotest-notification-2.1.0…
rgoytacaz@Atom-oh-one:~$ an-install
an-install: command not found

Need help on this.
Thx!
Rodrigo D.

2010/1/11 Rodrigo D. [email protected]:

To turn off:
 an-uninstall

Successfully installed autotest-notification-2.1.0
1 gem installed
Installing ri documentation for autotest-notification-2.1.0…
Updating class cache with 3276 classes…
Installing RDoc documentation for autotest-notification-2.1.0…
rgoytacaz@Atom-oh-one:~$ an-install
an-install: command not found

Sorry I don’t know. Anyone with more knowledge of
autotest-notification?

Colin

Guys,

What happens is that my var/lib/gems/bin folder wasn’t in the path,
(that’s
where it installs the an-install script)

I put it on the path and it works.

[]'s
Rodrigo D.