ruby on rails - ubuntu linux, new terminal window does not recognize installed gems -


i running ubuntu 13.04, have installed ruby 2.0.0, rvm 1.20.10, rails 3.2.12, many other gems. trying run spork server rspec testing guard. opened new terminal window , when trying run spork get...

$ spork program 'spork' not installed. can install typing: sudo apt-get install libspork-perl

i same else, although tells me have ruby 1.9.3 installed. need point new windows in right direction? tried setting source profile source ~/.profile , did not make difference.

add

path=$path:$home/.rvm/bin # add rvm path scripting [[ -s "$home/.rvm/scripts/rvm" ]] && source "$home/.rvm/scripts/rvm" 

to ~/.bashrc , see.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -