Looking for pwsh (core/open source, v7) integration w/ rbenv, asdf

This page summarizes the projects mentioned and recommended in the original post on /r/PowerShell

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  • [1] asdf - https://github.com/asdf-vm/asdf - allows you to specify a runtime interpreter and version thereof (think node.js, python, ruby, etc.) for an entire directory, among other very useful development lifecycle features.

  • rbenv

    Manage your app's Ruby environment

  • [2] 'rbenv' - https://github.com/rbenv/rbenv - Ruby version management utility. Run something like rbenv install 3.1.1 to install that version on your system (requires related project ruby-build), then rbenv local 3.1.1 in your code's directory to specify that for any ruby command in that directory only, you want to use version 3.1.1 that you installed through rbenv. Does other useful stuff too. Only does Ruby, whereas asdf does nearly the same thing (and more?) for a lot of different languages/utilities.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ruby-build

    A tool to download, compile, and install Ruby on Unix-like systems.

  • [2] 'rbenv' - https://github.com/rbenv/rbenv - Ruby version management utility. Run something like rbenv install 3.1.1 to install that version on your system (requires related project ruby-build), then rbenv local 3.1.1 in your code's directory to specify that for any ruby command in that directory only, you want to use version 3.1.1 that you installed through rbenv. Does other useful stuff too. Only does Ruby, whereas asdf does nearly the same thing (and more?) for a lot of different languages/utilities.

  • oh-my-posh

    The most customisable and low-latency cross platform/shell prompt renderer

  • As for posh-git, I've heard of it but not used it before; is that project by the same people/org overall as oh-my-posh, or is that totally a separate thing? Are there other posh* utilities out there, and if so is there a centralized website that has a list, etc.?

  • python-functions

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts