Closed CSY54 closed 1 year ago
I'm getting no such file or directory: .asdf/lib/asdf.sh error message from this plugin. Turns out since asdf v0.12.0, the asdf shell wrapper is no longer in ${ASDF_DIR}/lib/asdf.sh, it was moved to ${ASDF_DIR}/asdf.sh.
no such file or directory: .asdf/lib/asdf.sh
asdf shell
${ASDF_DIR}/lib/asdf.sh
${ASDF_DIR}/asdf.sh
Ref: https://asdf-vm.com/guide/getting-started.html#_3-install-asdf
Just found out there is an existing PR, closing this.
I'm getting
no such file or directory: .asdf/lib/asdf.sh
error message from this plugin. Turns out since asdf v0.12.0, theasdf shell
wrapper is no longer in${ASDF_DIR}/lib/asdf.sh
, it was moved to${ASDF_DIR}/asdf.sh
.Ref: https://asdf-vm.com/guide/getting-started.html#_3-install-asdf