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
Asked
Active
Viewed 1.2k times
1 Answers
1
there should be no space between your --
and version
.
It should be asdf --version
would look like
.bashrc
should look like
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