asdf-community / asdf-nim

Nim plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
24 stars 9 forks source link

Fails to install Nim 1.4.6 #4

Closed rikusen0335 closed 3 years ago

rikusen0335 commented 3 years ago

Describe the bug

❯ asdf install nim 1.4.6

# Installing
# ↳ Running install.sh … 
# 😱 Exited with status 1:

/home/rikusen/.asdf/plugins/nim/bin/../lib/utils.bash: line 549: ASDF_DOWNLOAD_PATH: unbound variable
/home/rikusen/.asdf/plugins/nim/bin/../lib/utils.bash: line 750: ASDF_DOWNLOAD_PATH: unbound variable
/home/rikusen/.asdf/plugins/nim/bin/install: line 38: ASDF_DOWNLOAD_PATH: unbound variable

# Cleaning up install directory…

Steps to reproduce Just trying to this: asdf install nim 1.4.6

Expected behavior asdf-vm installs nim through the plugin.

Screenshots Nothing

Additional context Nothing

smorimoto commented 3 years ago

Yo @elijahr, can you take a look at this?

rikusen0335 commented 3 years ago

Sorry, I noticed I have to do this in first before installing: asdf nim install-deps It's my fault, I didn't update asdf yet from v0.7.6-6207e42, well gonna try this^

smorimoto commented 3 years ago

Unfortunately, 90% of developers don't read the README 😅

rikusen0335 commented 3 years ago

So there's word "RTFM" and of cource I'm with it 🙄 Sorry man