Cant install ruby-switch for ruby on rails -
i trying install ruby on rails on ubuntu via bright box. i've installed:
sudo apt-get install software-properties-common sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-get update sudo apt-get install ruby ruby-dev
but when try install this:
sudo apt-get install ruby-switch
i error:
reading package lists... done building dependency tree reading state information... done package ruby-switch not available, referred package. may mean package missing, has been obsoleted, or available source e: package 'ruby-switch' has no installation candidate
what problem, , how solve it?
it doesn't ruby-switch available anymore. that's apt-get informing of.
if you're looking way manage versions of ruby, there rbenv or rvm available instead. these 2 approaches more standard , accepted ways switch between ruby version - pick only one.
Comments
Post a Comment