You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I installing (gem install colorls) it gives me the following error: zsh: /usr/local/bin/colorls: bad interpreter: /usr/bin/ruby2.5: no such file or directory
doing cat /usr/local/bin/colorls shows #!/usr/bin/ruby2.5 but ruby -v shows that I have ruby 3, not 2.5: ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
Description
After I installing (
gem install colorls
) it gives me the following error:zsh: /usr/local/bin/colorls: bad interpreter: /usr/bin/ruby2.5: no such file or directory
doing
cat /usr/local/bin/colorls
shows#!/usr/bin/ruby2.5
butruby -v
shows that I have ruby 3, not 2.5:ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
Linux Mint 21.1.
gem --version
3.3.5
The text was updated successfully, but these errors were encountered: