iroddis / asdf-mysql

A MySQL Plugin for asdf
GNU General Public License v2.0
19 stars 8 forks source link

asdf install throdels not sure why #35

Open nevakrien opened 8 months ago

nevakrien commented 8 months ago

it just freezes in place... asdf itself seems to be working fine if I cancel and then look around

iroddis commented 8 months ago

Hi @nevakrien . The plugin isn't very chatty; it immediately starts downloading, and may look like it freezes. If you want to see everything that's going on, you can do this:

bash -x $(which asdf) install mysql X.X.X

replacing X.X.X with whatever version you're interested in.

If you're still having problems, please let me know your OS and version, and the command you're running that seems to hang.