[rspec-users] No command 'rspec' found
wolf volpi
lists at ruby-forum.com
Fri Jan 21 21:50:32 EST 2011
Thanks Richard. Adding the home .gem/ruby/1.8 path did not help. I
have rspec version 2 installed. How do I make sure version 1 is not
installed?
Here is a copy&paste from my terminal:
~$ printenv PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/wolf/.gem/ruby/1.8
~$ ls -a /home/wolf/.gem/ruby/1.8
. .. cache doc gems specifications
~$ gem list --local
*** LOCAL GEMS ***
rspec (2.0.0)
~$ rspec --help
No command 'rspec' found, did you mean:
Command 'spec' from package 'librspec-ruby1.8' (universe)
Command 'tspec' from package 'tendra' (universe)
rspec: command not found
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list