Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

JRuby: Command not found even after install and link

  • 29-09-2017 09:46AM
    #1
    Registered Users, Registered Users 2 Posts: 5,762 ✭✭✭


    Not sure whats up with this issue...
    Warning: jruby 9.1.13.0 is already installed, it's just not linked.
    You can use brew link jruby to link this version.
    

    So i link it
    IEC02MGFCKFD57:whitelabel-dev-aws rfra0006$ brew link jruby
    Linking /usr/local/Cellar/jruby/9.1.13.0... 0 symlinks created
    

    So after linking it, it still get problem
    IEC02MGFCKFD57:whitelabel-dev-aws rfra0006$ jruby
    -bash: jruby: command not found
    
    Tagged:


Comments

  • Registered Users, Registered Users 2 Posts: 7,194 ✭✭✭Talisman


    If you're using Homebrew make sure it's up to date.
    brew update
    
    The unlinked package message can be a sign that a previous installation attempt failed. Try removing the package:
    brew remove jruby
    
    If it is successfully removed then reinstall it:
    brew install jruby
    


Advertisement