Giter VIP home page Giter VIP logo

Comments (3)

Stratus3D avatar Stratus3D commented on June 30, 2024 1

Easiest would be to just uninstall and reinstall, but of course you might end up in a scenario where you can't build the version the way it was before.

from asdf-ruby.

Stratus3D avatar Stratus3D commented on June 30, 2024

@williantenfen Not the way you are describing, no. Versions in asdf are uniquely identified by plugin name and version. Typically the plugin name for Ruby would be just ruby, and the version would be whatever version you specified to install.

I would not recommend this, but if you did want to install two instances of the same Ruby version you could hack around this by installing the plugin twice. One under the name ruby and one under some other name. For example:

$ asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
$ asdf plugin add ruby-again https://github.com/asdf-vm/asdf-ruby.git
$ asdf install ruby 3.2.1
$ asdf install ruby-again 3.2.1

However, I'd advise against this, and I don't have any intent to add better support for this. A single instance of each version is all you should need per user.

from asdf-ruby.

williantenfen avatar williantenfen commented on June 30, 2024

@Stratus3D Thanks, thats interesting ...
Just wondering how to build same versions after a kernel upgrade... since usually new members of a project faces issues installing some gem versions which aren't supported on newer kernel versions...

from asdf-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.