-1

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

enter image description here

Flux
  • 9,805
  • 5
  • 46
  • 92
rick
  • 11
  • 1
  • 1
  • 1

1 Answers1

1

there should be no space between your -- and version.

It should be asdf --version would look like

image

.bashrc should look like

.bashrc

IMP: please share your .bashrc.

Great Sage
  • 46
  • 5
  • graças seu comentário percebi que não esta incluso no .bashrc, eu estou aprendendo sobre programação ainda então não sei como adicionar pois o comando do github não confirma apos eu usar : . $HOME/.asdf/asdf.sh – rick Jan 25 '21 at 07:16
  • Open Home (from desktop) and make hidden files visible then you will see `.bashrc` there copy paste the lines given in the instructions. Then close your current terminal and **open a new one**. After doing that it will work. pls Select this as answer if this is the answer to your question. – Great Sage Jan 25 '21 at 08:22
  • `. $HOME/.asdf/asdf.sh` `. $HOME/.asdf/completions/asdf.bash` Copy these – Great Sage Jan 25 '21 at 08:24