Open ralyodio opened 1 year ago
i used asdf and it installed bun but the command isn't found when i type: bun
at the shell.
@ralyodio You should list your OS in your 1st post.
manjaro
manjaro
Edit your "first post" so when the bug fixer & other visitors reviews your issue, they don't have to dig for that important info. & usually a version is helpful. Try to run in a shell.
grep -E '^(VERSION|NAME)=' /etc/os-release
What is the problem this feature would solve?
I want to install different versions of bun locally (dev and production) like I can with nvm.sh.
What is the feature you are proposing to solve the problem?
I have multiple apps running on one server and its quite reasonable to assume they may need different versions installed. It's also good for open source being able to say "we support version X and above". So we need a way to test it.
What alternatives have you considered?
none