TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
629 stars 15 forks source link

`frum install 2.6.0` causes an error #37

Open TaKO8Ki opened 3 years ago

TaKO8Ki commented 3 years ago

frum install 2.6.0 caused the following error.

$ frum install 2.6.0
==> Installing Ruby 2.6.0
error: Can't extract the file: IoError(Custom { kind: Other, error: TarError { desc: "failed to unpack `/Users/tako8ki/.frum/versions/.downloads/.tmpLHCLTt/ruby-2.6.0/libexec/bundle`", io: Custom { kind: Other, error: TarError { desc: "failed to unpack `ruby-2.6.0/libexec/bundle` into `/Users/tako8ki/.frum/versions/.downloads/.tmpLHCLTt/ruby-2.6.0/libexec/bundle`", io: Os { code: 20, kind: Other, message: "Not a directory" } } } } })