asdf-vm Questions

14

I downloaded asdf the other day and am trying to use it with a ruby on rails project I downloaded from Github. When I run asdf install, I get this response: firebase 9.10.0 is already installed rub...
Scientific asked 22/4, 2021 at 14:55

5

Solved

Explained in terminal, I have installed a version of nodejs using asdf, but the terminal only sees the other version: > asdf list nodejs 12.18.3 > nodejs --version v8.10.0 > asdf global...
Subchloride asked 24/9, 2020 at 10:54

2

I installed node.js: brew install node I also installed asdf with node.js plugin. Is there any way to use node.js installed via Homebrew globally if there is no .tool-versions file? Right now I am...
Mountainside asked 3/12, 2022 at 18:36

7

Solved

Installing Ruby 3.0.x works fine on M1 MacBooks using rbenv or asdf. But older versions like 2.7.x and 2.6.x are having various issues. How do I fix them, without installing both x86 and ARM versio...
Gesticulatory asked 1/9, 2021 at 11:14

1

I've recently moved over to asdf to manage runtimes (specifically Node, Ruby and Python). However, I've got a lot of packages installed via Homebrew that depend on a version of one of these runtime...
Minoan asked 30/4, 2020 at 18:59

2

Solved

Unfortunately Visual Studio Code doesn't find the runtime executable node. But the integrated terminal knows about node: $ which node /home/user/.asdf/shims/node How can I introduce node to V...
Lorenza asked 2/1, 2020 at 13:59

2

I am trying to run my rails server (rails s) in my Rails 3.2.13 application after having updated my Ruby version in /.ruby-version and /.tools-versions, but get the following message: asdf: No ve...
Logion asked 1/10, 2019 at 20:29

1

Solved

I have just installed a fresh install of BigSur and Python (using asdf) when installing pip packages they seem to end up in: ./.asdf/installs/python/3.9.2/lib/python3.9/site-packages when typing wh...
Electioneer asked 3/3, 2021 at 15:54

2

Solved

I am running into an issue that I haven't previously had with over 6+ months of using asdf on osx. I need to install Erlang 21.3.7.1 and when I do I get this error output from the console that I ho...
Septuplicate asked 15/4, 2020 at 12:20

1

So I'm switching to a project that is using ruby. They use asdf as a package manager I’m having trouble installing the gems, I’m using zsh and I’m thinking there might be an issue with the paths ...
Glaring asked 28/5, 2019 at 16:47

1

Trying to create a Pipfile for a specific Python version, but pipenv fails to detect that the installed Python version is present. Using asdf to install and manage Python versions. ↪ python --vers...
Agnesse asked 28/11, 2018 at 10:55
1

© 2022 - 2024 — McMap. All rights reserved.