Pior Bastida
Pior Bastida
Pip now refuse to install externally hosted package by default. Fetching antlr_python_runtime means that we use the --allow-external option. Uploading the sdist on PyPI would fix this (and would match...
## Why ## How
## Why ## How
The installation folder is currently hardcoded, but we should probably use the envvar `HOMEBREW_PREFIX`. The envvar is set by `/opt/homebrew/bin/brew shellenv` Related to #408 cc @mlhamel
This set of libs seems a bit too much, but there may be interesting pieces, at the very least termenv. See https://github.com/charmbracelet/bubbletea
## Why ## How Task: - Action: install `ruby-install` with brew if `which ruby-install` fails - Action: run `ruby-install --latest --src-dir /tmp --install-dir PATH ENGINE VERSION` - PATH is like...
``` $ bud open pr Error: unrecognized git remote url: https://github.com/pior/runnable.git ```
```yaml up: - ruby: 2.6.0 ``` ### Installer `ruby-install` looks like the right ruby installer: https://github.com/postmodern/ruby-install ### Autoenv We should follow what https://github.com/postmodern/chruby does. - set `RUBY_ENGINE` - set `RUBY_VERSION`...