Re: ruby_select is broken

2021-10-10 Thread Ian Wadham
MacPorts to install Python. So I had a look >> at python_select’s portfile and discovered the existence of the “port >> select” command. Even then it is not easy to find. There are about a dozen >> occurrences of the word “select” in the “man port” output and I was >> won

Re: ruby_select is broken

2021-10-09 Thread Lenore Horner
ally exists or if it is just some internal > function of portfiles and MacPorts scripts. > > All of the above occupied several frustrating days of my time. > > So this is why I say the portfile for ruby_select is broken. Several > “ruby$NN” packages depend on it. > > MacP

Re: ruby_select is broken

2021-10-08 Thread Ian Wadham
lly exists or if it is just some internal function of portfiles and MacPorts scripts. All of the above occupied several frustrating days of my time. So this is why I say the portfile for ruby_select is broken. Several “ruby$NN” packages depend on it. MacPorts’ Python gives a new user something

Re: ruby_select is broken

2021-10-05 Thread Ryan Schmidt
/local/bin/ruby -> /opt/local/bin/ruby2.6 >>> Also, the port actually called “ruby” is very old (version 1.8.7) and “port >>> notes ruby” deprecates it. Should it be removed from MacPorts? >> >> If nobody needs it, I suppose it could be removed. Do you know th

Re: ruby_select is broken

2021-10-03 Thread Bill Cole
On 2021-10-03 at 16:16:55 UTC-0400 (Mon, 4 Oct 2021 07:16:55 +1100) Ian Wadham is rumored to have said: Hi Christopher, In brief, MacPorts’ “port select” command is working fine at the command-line in Catalina… but the problem is with installing ANY version of ruby, not switching between mul

Re: ruby_select is broken

2021-10-03 Thread Ian Wadham
Hi Christopher, In brief, MacPorts’ “port select” command is working fine at the command-line in Catalina… but the problem is with installing ANY version of ruby, not switching between multiple versions of ruby that are already installed. In a machine where no MacPorts Ruby is installed, the co

RE: ruby_select is broken

2021-10-03 Thread Christopher Nielsen
> The ruby_select portile just has: > > destroot { > select::install ruby ${filespath}/base > select::install ruby ${filespath}/none > } > > which does not redirect the commands “ruby” or “gem” to the appropriate > version when you have installed the port “ruby27” for example. Instea

Re: ruby_select is broken

2021-10-03 Thread Ian Wadham
I don't know that. > >> Or reincarnated as “ruby18”, dropping “ruby186” as well? > > If it ain't broke, don't fix it? Port “ruby_select” is broken. Port “ruby” wasted my time because it looked as though it would be the default one to install, but then at the end of installation it deprecated itself. Cheers, Ian Wadham.

Re: ruby_select is broken

2021-10-02 Thread Ryan Schmidt
On Sep 25, 2021, at 23:14, Ian Wadham wrote: > MacPorts contains packages of many versions of Ruby, similarly to the Python > and Perl groups, but the corresponding “ruby_select” port does not > automatically create the links needed to access commands “ruby”, “gem” etc. I > was able to get a

Re: ruby_select is broken

2021-09-26 Thread n...@bitaxis.com
I use rvm to install Rubies. But some folks like rbenv. Sent from my iPad > On Sep 25, 2021, at 9:14 PM, Ian Wadham wrote: > > Hi guys, > > MacPorts contains packages of many versions of Ruby, similarly to the Python > and Perl groups, but the corresponding “ruby_select” port does not > aut

ruby_select is broken

2021-09-25 Thread Ian Wadham
Hi guys, MacPorts contains packages of many versions of Ruby, similarly to the Python and Perl groups, but the corresponding “ruby_select” port does not automatically create the links needed to access commands “ruby”, “gem” etc. I was able to get around this by using “sudo port select” manually