I just install Ruby Enterprise and cannot change the output directory for this failure command caused by the Ruby Enterprise installer.
So, how do I remove a directory that satisfies this exception:
Creating RDoc documentation. / miniruby -I./lib -I.ext / common -I./- -r./ext/purelib.rb./runruby.rb --extout = .ext - "./bin/rdoc" - all - ri --op ".ext / rdoc" "."
The .ext / rdoc directory already exists, but it looks like this is not an RDoc directory. Since RDoc does not want to risk destroying any of your existing files, you will need to specify a different output directory name (using --op).
source
share