Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715496 - =app-eselect/eselect-rails-0.24 doesn't switch /usr/bin/rails
Summary: =app-eselect/eselect-rails-0.24 doesn't switch /usr/bin/rails
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-30 18:36 UTC by Michael Orlitzky
Modified: 2020-03-30 18:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2020-03-30 18:36:55 UTC
$ which rails
/usr/bin/rails
$ sudo eselect rails list
Available Ruby on Rails versions:
  [1]   rails-5.2.4.2
  [2]   rails-4.2.11.1 *
$ sudo eselect rails set 1
$ rails --version
Rails 5.2.4.2
$ sudo eselect rails set 2
$ rails --version
Rails 5.2.4.2