frum
frum copied to clipboard
A little bit fast and modern Ruby version manager written in Rust
## Summary: Ruby 2.6.4 and Ruby 2.7.0 can not be build on M1 Mac. These build failures make the following two tests failed: - commands::install::tests::test_install_default_version - commands::install::tests::test_install_second_version ## Steps reproduce:...
I'm not having any success with setting either a local or global version of frum. After going through the installation process detailed [here](https://mac.install.guide/ruby/14.html), setting by .bashrc to initialize frum, and...
Pretty much any modern Linux distribution is using [`pkg-config`](https://www.freedesktop.org/wiki/Software/pkg-config/) these days to share a few common details about the way packages are configured and installed on the host system. The...
I’m not sure what the exact cause is here. Here is `test.sh`, which is executable: ```sh #!/bin/sh eval "$(frum init)" ``` If this script is run from zsh, the shell...
I have used `rbenv` for years on Mac. This week I started to use `frum` and immediately noticed an issue. The `readline` does not work properly. For example, previously if...
would be nice, many would use it :)
`frum init` produces an error about not being able to infer the shell when ran under mksh. From looking at frum's source and documentation, the `__frumcd` shell function and the...
I've updated my installation guide [Install Ruby with Frum](https://mac.install.guide/ruby/14.html) for Ruby 3.1. I'm advising to install OpenSSL using Homebrew before installing frum. However, after installing OpenSSL, frum, and Ruby 3.1,...
This PR adds a `frum clean` command for removing old downloads from the temporary installation directory (default: `~/.frum/versions/.downloads`). This removed ~3GB of old downloads for me. It's also one of...
## Overview After installing and upgrading to a newer version of Ruby, I'm not seeing Frum detect and automatically switch to the global version. ## Steps to Recreate 1. Install...