Questions tagged [asdf-vm]

Use this tag for questions relating to asdf, the extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more, via a simple plugin system.

asdf is an extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more, via a simple plugin system.

https://github.com/asdf-vm/asdf

98 questions
0
votes
2 answers

How to use asdf with haskell

I would like to use the asdf-haskell tool. I have installed asdf-vm, and I have installed asdf-haskell. I have installed ghc-8.4.3 and ghc-8.6.5 by running asdf install haskell 8.4.3 and asdf install haskell 8.6.5. The installs seemed to have…
Steven L.
  • 2,045
  • 3
  • 18
  • 23
0
votes
2 answers

How to use two versions of the same gem on the same ruby version in asdf?

I have switched from rvm to asdf and need a behaviour similar to gemsets in rvm. I have two folders with the same project - one with the old version of it and one with the latest one. They have the same ruby version, but different versions of some…
sloneorzeszki
  • 1,274
  • 3
  • 12
  • 22
0
votes
1 answer

rabbitmq-plugins does not see erlang version

how to enable rabbitmq plugin? I use asdf for manage versions. But rabbitmq-plugins does not see erlang version sudo su asdf current erlang && rabbitmq-plugins enable rabbitmq_management 21.2.4 (set by /home/mvalitov/.tool-versions) No version set…
Marsel.V
  • 1,015
  • 1
  • 12
  • 28
0
votes
1 answer

How to install PHP 7.2.18 via asdf-php Plugin on MacOS

I'm trying to install PHP 7.2 via the asdf-php plugin. I see a lot of error messages for missing libs (openssl, readline, zlib, ...).
phortx
  • 849
  • 5
  • 21
0
votes
2 answers

Can't add executable

What I'm trying to do: # OR for Max OSX echo '. $HOME/.asdf/asdf.sh' >> ~/.bash_profile echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bash_profile I did it, then: MBP-slava:~ slava$ asdf plugin-list -bash: asdf: command not found Then I did…
Joe Half Face
  • 2,303
  • 1
  • 17
  • 45
-1
votes
1 answer

asdf-vm won't properly install Terragrunt

I'm want to use asdf-vm with Terraform and Terragrunt in my WSL2. I was able to install Terraform and it seems to work, but I can't get Terragrunt running. I can install a version, but as soon as I try to run a command I get an error: $ terragrunt…
lkrimphove
  • 229
  • 2
  • 7
-1
votes
1 answer

Ruby Not Installed on Rails Project

I recently switched from using the native MacOS version of Ruby to downloading a new version of 3.0.2, as a result on When I Run Rails S command on old projects I get this message: Please install a version by running one of the following: asdf…
CJG
  • 457
  • 2
  • 17
-1
votes
1 answer

Asdf command not found

Guys I'm trying to install asdf on my Linux Mint, I followed all the instructions and tried the installation more than once but whenever I try to use any asdf command this message appears asdf not found
rick
  • 11
  • 1
  • 1
  • 1
1 2 3 4 5 6
7