pmq20 / ruby-packer

Packing your Ruby application into a single executable.
MIT License
1.56k stars 99 forks source link

No such file to load -- irb/error.rb #102

Open pmq20 opened 4 years ago

pmq20 commented 4 years ago

Triggered by:

ENCLOSE_IO_USE_ORIGINAL_RUBY=1 ./rubyc -e "binding.irb"
casper commented 8 months ago

I'm getting the same error with:

./rubyc /__enclose_io_memfs__/bin/irb

I copied this command from your RubyConf presentation, but it doesn't seem to work. How can we run irb inside packed memfs?