Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ongaeshi/e7d04c365f2de2d8a894638024eb2113 to your computer and use it in GitHub Desktop.
Save ongaeshi/e7d04c365f2de2d8a894638024eb2113 to your computer and use it in GitHub Desktop.
# 一度 uninstall してから install するとうまくいった。
C:/Ruby32-x64/lib/ruby/3.2.0/rubygems.rb:263:in `find_spec_for_exe': can't find gem runa (>= 0.a) with executable runa (Gem::GemNotFoundException)
from C:/Ruby32-x64/lib/ruby/3.2.0/rubygems.rb:282:in `activate_bin_path'
from C:/Ruby32-x64/bin/runa:32:in `<main>'
PS C:\Users\ongaeshi\Code\tmp\ruby2d_test> gem uninstall runa
Successfully uninstalled runa-0.1.0
PS C:\Users\ongaeshi\Code\tmp\ruby2d_test> gem install runa
Fetching runa-0.1.0.gem
Successfully installed runa-0.1.0
Parsing documentation for runa-0.1.0
Installing ri documentation for runa-0.1.0
Done installing documentation for runa after 0 seconds
1 gem installed
PS C:\Users\ongaeshi\Code\tmp\ruby2d_test> runa
Commands:
runa help [COMMAND] # Describe available commands or one specific command
runa install # Install gems
runa new NAME # Create a new application
runa run [ARGS] # Run application with arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment