-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working in macOS 10.15 Catalina #85
Comments
|
|
Try reinstalling the command line tools with |
still not working with the same error message |
still not woking, but thanks |
Did you try reinstalling iStats? The error is looking for for a ruby executable in the |
I have tried "sudo gem install iStats" and brew install ruby... not working |
I think iStats needs ruby 2.3, but new macOS remove the ruby 2.3 and my user-ruby is Ruby 2.6 |
Try |
Ah try |
same error :-) |
I don't know then. Still find it weird that the error is for 2.3 and you have 2.6 installed. I just uninstalled and reinstalled on my machine running Catalina and have no errors. I didn't have to use |
@Liampor Inferred from your log, take a look at
|
#!/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby gives |
Finally solved! Thank you all! I have two Ruby path:
If set default ruby-path to it works fine ! |
@Liampor I have same problem, two Ruby path; and I don't know how to set default ruby-path |
Step 1: Step 2: Quit Terminal and reopen. run Step 3: reinstall iStats uninstall: worked! If you want to use other Ruby-path, you can edit the terminal profile later. ps. 用我的蹩脚英语和中国人对话好奇怪。。 |
哈哈,感谢感谢,已经成功安装。
Ting Sun <[email protected]> 于 2019年10月17日周四 21:49写道:
… @Liampor <https://github.com/Liampor> I have same problem, two Ruby path;
and I don't know how to set default ruby-path
Step 1:
set ruby-path to /usr/bin/ruby
to do this, you can edit your Terminal profile,for example in ZSH
export PATH="/usr/bin:$PATH"
Step 2:
reinstall iStats
uninstall: sudo gem uninstall iStats
then reinstall: sudo gem install iStats
worked!
If you want to use other Ruby-path, you can edit the terminal profile
later.
ps. 用我的蹩脚英语和中国人对话好奇怪。。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#85?email_source=notifications&email_token=AFCEMAEGSTNBBDSU6MQAZI3QPBUNBA5CNFSM4JACKFW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBQFE5Q#issuecomment-543183478>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCEMAFSUZVOY2P3HG6A6XTQPBUNBANCNFSM4JACKFWQ>
.
|
Hi all,
I installed ruby 2.3 via mac ports and changed the default ruby and succeeded to install iStats.
environment : Mac OSX catalina (10.15.7) |
When using Homebrew I recommend installing custom Rubies via |
Hello,
I have updated to macOS 10.15 Catalina, then iStats does not work any more.
It seems, Rubyl are not included in new macOS.
my Ruby version
Thanks
The text was updated successfully, but these errors were encountered: