Files
macports-ports/lang/ruby19
kimura wataru cabc46e29d lang/ruby30, ruby27, .. ruby19, ruby: introduce notes about 'port select'
closes: https://trac.macports.org/ticket/63602

{{{
$ sudo port install ruby30
--->  Computing dependencies for ruby30
   :
--->  Some of the ports you installed have notes:
  ruby30 has the following notes:
    To make this the default Ruby (i.e., the version run by the 'ruby', 'gem' or 'bundle' commands),
    run:
        sudo port select --set ruby ruby30
$

$ port notes ruby30
--->  ruby30 has the following notes:
  To make this the default Ruby (i.e., the version run by the 'ruby', 'gem' or 'bundle' commands),
  run:
      sudo port select --set ruby ruby30
$
}}}
2021-10-13 21:37:50 +09:00
..